#32C052

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

Shades of Chateau Green #32C052

Tints of Chateau Green #32C052

Color information

#32C052 (or 0x32C052) is unknown color: approx Chateau Green. HEX triplet: 32, C0 and 52. RGB value is (50,192,82). Sum of RGB (Red+Green+Blue) = 50+192+82=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #32C052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C052 is #CD3FAD. Grayscale: #898989. Windows color (decimal): -13451182 or 5423154. OLE color: 5423154.

HSL color Cylindrical-coordinate representation of color #32C052: hue angle of 133.52º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C052 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB5019282-
CMYK0.7400.570.25
HSL133.52º58.68%47.45%-
HSV(B)133.52º73.96%75.29%-
XYZ21.6938.9914.36-
YUV13796.9665.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 192 (75.39% from 255) = 59.26%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=15.43%
G=59.26%
B=25.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal50192820.7400.570.25133.5258.6847.45
Hex32C0524A03919863b2f
Octal62300122112071312067357
Binary110010110000001010010100101001110011100110000110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,192,82); }

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

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

 a { background-color: rgb(50,192,82); }

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

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

 span { border-color: rgb(50,192,82); }

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