#32BA57

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

Shades of Chateau Green #32BA57

Tints of Chateau Green #32BA57

Color information

#32BA57 (or 0x32BA57) is unknown color: approx Chateau Green. HEX triplet: 32, BA and 57. RGB value is (50,186,87). Sum of RGB (Red+Green+Blue) = 50+186+87=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA57 is #CD45A8. Grayscale: #868686. Windows color (decimal): -13452713 or 5749298. OLE color: 5749298.

HSL color Cylindrical-coordinate representation of color #32BA57: hue angle of 136.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA57 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB5018687-
CMYK0.7300.530.27
HSL136.32º57.63%46.27%-
HSV(B)136.32º73.12%72.94%-
XYZ20.5936.4814.97-
YUV134.05101.4468.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 87 (34.38% from 255) = 26.93%
R=15.48%
G=57.59%
B=26.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50186870.7300.530.27136.3257.6346.27
Hex32BA57490351B883a2e
Octal62272127111065332107256
Binary110010101110101010111100100101101011101110001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,186,87); }

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

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

 a { background-color: rgb(50,186,87); }

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

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

 span { border-color: rgb(50,186,87); }

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