#32AF4A

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

Shades of Chateau Green #32AF4A

Tints of Chateau Green #32AF4A

Color information

#32AF4A (or 0x32AF4A) is unknown color: approx Chateau Green. HEX triplet: 32, AF and 4A. RGB value is (50,175,74). Sum of RGB (Red+Green+Blue) = 50+175+74=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF4A is #CD50B5. Grayscale: #7E7E7E. Windows color (decimal): -13455542 or 4894514. OLE color: 4894514.

HSL color Cylindrical-coordinate representation of color #32AF4A: hue angle of 131.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF4A is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB5017574-
CMYK0.7100.580.31
HSL131.52º55.56%44.12%-
HSV(B)131.52º71.43%68.63%-
XYZ17.8831.8311.68-
YUV126.1198.5973.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.72%
GREEN value IS 175 (68.75% from 255) = 58.53%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=16.72%
G=58.53%
B=24.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50175740.7100.580.31131.5255.5644.12
Hex32AF4A4703A1F84382c
Octal62257112107072372047054
Binary110010101011111001010100011101110101111110000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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