#32B15B

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

Shades of Chateau Green #32B15B

Tints of Chateau Green #32B15B

Color information

#32B15B (or 0x32B15B) is unknown color: approx Chateau Green. HEX triplet: 32, B1 and 5B. RGB value is (50,177,91). Sum of RGB (Red+Green+Blue) = 50+177+91=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #32B15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B15B is #CD4EA4. Grayscale: #818181. Windows color (decimal): -13455013 or 6009138. OLE color: 6009138.

HSL color Cylindrical-coordinate representation of color #32B15B: hue angle of 139.37º 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 #32B15B is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB5017791-
CMYK0.7200.490.31
HSL139.37º55.95%44.51%-
HSV(B)139.37º71.75%69.41%-
XYZ18.9332.8815.25-
YUV129.22106.4271.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.72%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=15.72%
G=55.66%
B=28.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50177910.7200.490.31139.3755.9544.51
Hex32B15B480311F8b382d
Octal62261133110061372137055
Binary110010101100011011011100100001100011111110001011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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