#32BA55

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

Shades of Chateau Green #32BA55

Tints of Chateau Green #32BA55

Color information

#32BA55 (or 0x32BA55) is unknown color: approx Chateau Green. HEX triplet: 32, BA and 55. RGB value is (50,186,85). Sum of RGB (Red+Green+Blue) = 50+186+85=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA55 is #CD45AA. Grayscale: #868686. Windows color (decimal): -13452715 or 5618226. OLE color: 5618226.

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

Color convert

RGB5018685-
CMYK0.7300.540.27
HSL135.44º57.63%46.27%-
HSV(B)135.44º73.12%72.94%-
XYZ20.5136.4514.55-
YUV133.82100.4468.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=15.58%
G=57.94%
B=26.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50186850.7300.540.27135.4457.6346.27
Hex32BA55490361B873a2e
Octal62272125111066332077256
Binary110010101110101010101100100101101101101110000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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