#32B159

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

Shades of Chateau Green #32B159

Tints of Chateau Green #32B159

Color information

#32B159 (or 0x32B159) is unknown color: approx Chateau Green. HEX triplet: 32, B1 and 59. RGB value is (50,177,89). Sum of RGB (Red+Green+Blue) = 50+177+89=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #32B159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B159 is #CD4EA6. Grayscale: #818181. Windows color (decimal): -13455015 or 5878066. OLE color: 5878066.

HSL color Cylindrical-coordinate representation of color #32B159: hue angle of 138.43º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B159 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB5017789-
CMYK0.7200.500.31
HSL138.43º55.95%44.51%-
HSV(B)138.43º71.75%69.41%-
XYZ18.8432.8414.8-
YUV129105.4271.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 177 (69.53% from 255) = 56.01%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=15.82%
G=56.01%
B=28.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50177890.7200.500.31138.4355.9544.51
Hex32B159480321F8a382d
Octal62261131110062372127055
Binary110010101100011011001100100001100101111110001010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,177,89); }

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

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

 a { background-color: rgb(50,177,89); }

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

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

 span { border-color: rgb(50,177,89); }

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