#32BA52

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

Shades of Chateau Green #32BA52

Tints of Chateau Green #32BA52

Color information

#32BA52 (or 0x32BA52) is unknown color: approx Chateau Green. HEX triplet: 32, BA and 52. RGB value is (50,186,82). Sum of RGB (Red+Green+Blue) = 50+186+82=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA52 is #CD45AD. Grayscale: #858585. Windows color (decimal): -13452718 or 5421618. OLE color: 5421618.

HSL color Cylindrical-coordinate representation of color #32BA52: hue angle of 134.12º 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 #32BA52 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB5018682-
CMYK0.7300.560.27
HSL134.12º57.63%46.27%-
HSV(B)134.12º73.12%72.94%-
XYZ20.436.4113.93-
YUV133.4898.9468.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 186 (73.05% from 255) = 58.49%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=15.72%
G=58.49%
B=25.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50186820.7300.560.27134.1257.6346.27
Hex32BA52490381B863a2e
Octal62272122111070332067256
Binary110010101110101010010100100101110001101110000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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