Html Css Color HEX #329A49 Chateau Green

📋 copy color: '#329A49'

red 50 ◦ green 154 ◦ blue 73

#329A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #329A49

Tints of Chateau Green #329A49

RGB

 RED value IS 50 (19.92% from 255) = 18.05%

 GREEN value IS 154 (60.55% from 255) = 55.6%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 18.05%
G = 55.6%
B = 26.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#329A49 (or 0x329A49) is known color: Chateau Green. HEX triplet: 32, 9A and 49. RGB value is (50,154,73). Sum of RGB (Red+Green+Blue) = 50+154+73=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #329A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329A49 is #CD65B6. Grayscale: #717171. Windows color (decimal): -13460919 or 4823602. OLE color: 4823602.

HSL color Cylindrical-coordinate representation of color #329A49: hue angle of 133.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A49 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 154 73 -
CMYK 0.68 0 0.53 0.40
HSL 133.27º 0.51% 0.4% -
HSV(B) 133.27º 0.68% 0.6% -
XYZ 14.07 24.27 10.25 -
YUV 113.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 50 154 73 0.68 0 0.53 0.40 133.27 0.51 0.4
Hex 32 9A 49 44 0 35 28 85 33 28
Octal 62 232 111 104 0 65 50 205 63 50
Binary 110010 10011010 1001001 1000100 0 110101 101000 10000101 110011 101000

Color Harmonies of #329A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A49

Black with #329A49

Text Example


Text Example

White with #329A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329A49; }

 p { color: rgb(50,154,73); }

 H1.HeaderClassName
 {
   color: #329A49;
 }
 .AnyTagClassName
 {
   color: #329A49;
 }
</style>

background-color css

<style>
 a { background-color: #329A49; }

 a { background-color: rgb(50,154,73); }

 div.DivClassName
 {
   background-color: #329A49;
 }
 .BgClassName
 {
   background-color: #329A49;
 }
</style>

border-color css

<style>
 span { border-color: #329A49; }

 span { border-color: rgb(50,154,73); }

 td.TdClassName
 {
   border-color: #329A49;
 }
 .TagClassName
 {
   border-color: #329A49;
 }
</style>