Html Css Color HEX #32A149 Chateau Green

📋 copy color: '#32A149'

red 50 ◦ green 161 ◦ blue 73

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

Shades of Chateau Green #32A149

Tints of Chateau Green #32A149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.69%

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

R = 17.61%
G = 56.69%
B = 25.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#32A149 (or 0x32A149) is known color: Chateau Green. HEX triplet: 32, A1 and 49. RGB value is (50,161,73). Sum of RGB (Red+Green+Blue) = 50+161+73=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #32A149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A149 is #CD5EB6. Grayscale: #767676. Windows color (decimal): -13459127 or 4825394. OLE color: 4825394.

HSL color Cylindrical-coordinate representation of color #32A149: hue angle of 132.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A149 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 50 161 73 -
CMYK 0.69 0 0.55 0.37
HSL 132.43º 0.53% 0.41% -
HSV(B) 132.43º 0.69% 0.63% -
XYZ 15.26 26.65 10.64 -
YUV 117.78 102.73 79.66 -
System Red Green Blue C M Y K H S L
Decimal 50 161 73 0.69 0 0.55 0.37 132.43 0.53 0.41
Hex 32 A1 49 45 0 37 25 84 35 29
Octal 62 241 111 105 0 67 45 204 65 51
Binary 110010 10100001 1001001 1000101 0 110111 100101 10000100 110101 101001

Color Harmonies of #32A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A149

Black with #32A149

Text Example


Text Example

White with #32A149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A149; }

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

 H1.HeaderClassName
 {
   color: #32A149;
 }
 .AnyTagClassName
 {
   color: #32A149;
 }
</style>

background-color css

<style>
 a { background-color: #32A149; }

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

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

border-color css

<style>
 span { border-color: #32A149; }

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

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