Shades of Chateau Green #32993F
Tints of Chateau Green #32993F
RGB
CMYK
RGB Variations
Color information
#32993F (or 0x32993F) is known color: Chateau Green. HEX triplet: 32, 99 and 3F. RGB value is (50,153,63). Sum of RGB (Red+Green+Blue) = 50+153+63=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #32993F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32993F is #CD66C0. Grayscale: #707070. Windows color (decimal): -13461185 or 4167986. OLE color: 4167986.
HSL color Cylindrical-coordinate representation of color #32993F: hue angle of 127.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32993F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 63 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.4 |
| HSL | 127.57º | 0.51% | 0.4% | - |
| HSV(B) | 127.57º | 0.67% | 0.6% | - |
| XYZ | 13.6 | 23.82 | 8.58 | - |
| YUV | 111.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 63 | 0.67 | 0 | 0.59 | 0.4 | 127.57 | 0.51 | 0.4 |
| Hex | 32 | 99 | 3F | 43 | 0 | 3B | 28 | 80 | 33 | 28 |
| Octal | 62 | 231 | 77 | 103 | 0 | 73 | 50 | 200 | 63 | 50 |
| Binary | 110010 | 10011001 | 111111 | 1000011 | 0 | 111011 | 101000 | 10000000 | 110011 | 101000 |
Color Harmonies of #32993F
Complementary color
Monochromatic Colors of #32993F
Black with #32993F
Text Example
Text Example
White with #32993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32993F; }
p { color: rgb(50,153,63); }
H1.HeaderClassName
{
color: #32993F;
}
.AnyTagClassName
{
color: #32993F;
}
</style>
background-color css
<style>
a { background-color: #32993F; }
a { background-color: rgb(50,153,63); }
div.DivClassName
{
background-color: #32993F;
}
.BgClassName
{
background-color: #32993F;
}
</style>
border-color css
<style>
span { border-color: #32993F; }
span { border-color: rgb(50,153,63); }
td.TdClassName
{
border-color: #32993F;
}
.TagClassName
{
border-color: #32993F;
}
</style>