#32AB4F

Color #32AB4F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #32AB4F

Tints of Chateau Green #32AB4F

Color information

#32AB4F (or 0x32AB4F) is unknown color: approx Chateau Green. HEX triplet: 32, AB and 4F. RGB value is (50,171,79). Sum of RGB (Red+Green+Blue) = 50+171+79=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AB4F is #CD54B0. Grayscale: #7C7C7C. Windows color (decimal): -13456561 or 5221170. OLE color: 5221170.

HSL color Cylindrical-coordinate representation of color #32AB4F: hue angle of 134.38º 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 #32AB4F is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB5017179-
CMYK0.7100.540.33
HSL134.38º54.75%43.33%-
HSV(B)134.38º70.76%67.06%-
XYZ17.2930.3712.35-
YUV124.33102.4174.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 171 (67.19% from 255) = 57%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=16.67%
G=57%
B=26.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50171790.7100.540.33134.3854.7543.33
Hex32AB4F470362186372b
Octal62253117107066412066753
Binary1100101010101110011111000111011011010000110000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #32AB4F;
 }
 .AnyTagClassName
 {
   color: #32AB4F;
 }
</style>
background-color css

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

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

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

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

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

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