#32A542

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

Shades of Chateau Green #32A542

Tints of Chateau Green #32A542

Color information

#32A542 (or 0x32A542) is unknown color: approx Chateau Green. HEX triplet: 32, A5 and 42. RGB value is (50,165,66). Sum of RGB (Red+Green+Blue) = 50+165+66=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #32A542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A542 is #CD5ABD. Grayscale: #777777. Windows color (decimal): -13458110 or 4367666. OLE color: 4367666.

HSL color Cylindrical-coordinate representation of color #32A542: hue angle of 128.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A542 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB5016566-
CMYK0.7000.600.35
HSL128.35º53.49%42.16%-
HSV(B)128.35º69.7%64.71%-
XYZ15.7527.989.72-
YUV119.3397.978.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 165 (64.84% from 255) = 58.72%
BLUE value IS 66 (26.17% from 255) = 23.49%
R=17.79%
G=58.72%
B=23.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal50165660.7000.600.35128.3553.4942.16
Hex32A5424603C2380352a
Octal62245102106074432006552
Binary1100101010010110000101000110011110010001110000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,165,66); }

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

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

 a { background-color: rgb(50,165,66); }

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

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

 span { border-color: rgb(50,165,66); }

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