Html Css Color HEX #32AB4A Chateau Green

📋 copy color: '#32AB4A'

red 50 ◦ green 171 ◦ blue 74

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

Shades of Chateau Green #32AB4A

Tints of Chateau Green #32AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.97%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 16.95%
G = 57.97%
B = 25.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#32AB4A (or 0x32AB4A) is known color: Chateau Green. HEX triplet: 32, AB and 4A. RGB value is (50,171,74). Sum of RGB (Red+Green+Blue) = 50+171+74=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB4A is #CD54B5. Grayscale: #7C7C7C. Windows color (decimal): -13456566 or 4893490. OLE color: 4893490.

HSL color Cylindrical-coordinate representation of color #32AB4A: hue angle of 131.9º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB4A is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 74 -
CMYK 0.71 0 0.57 0.33
HSL 131.9º 0.55% 0.43% -
HSV(B) 131.9º 0.71% 0.67% -
XYZ 17.11 30.3 11.42 -
YUV 123.76 99.91 75.39 -
System Red Green Blue C M Y K H S L
Decimal 50 171 74 0.71 0 0.57 0.33 131.9 0.55 0.43
Hex 32 AB 4A 47 0 39 21 84 37 2B
Octal 62 253 112 107 0 71 41 204 67 53
Binary 110010 10101011 1001010 1000111 0 111001 100001 10000100 110111 101011

Color Harmonies of #32AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB4A

Black with #32AB4A

Text Example


Text Example

White with #32AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,74); }

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

background-color css

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

 a { background-color: rgb(50,171,74); }

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

border-color css

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

 span { border-color: rgb(50,171,74); }

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