Shades of Chateau Green #39994C
Tints of Chateau Green #39994C
RGB
CMYK
RGB Variations
Color information
#39994C (or 0x39994C) is known color: Chateau Green. HEX triplet: 39, 99 and 4C. RGB value is (57,153,76). Sum of RGB (Red+Green+Blue) = 57+153+76=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #39994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39994C is #C666B3. Grayscale: #737373. Windows color (decimal): -13002420 or 5019961. OLE color: 5019961.
HSL color Cylindrical-coordinate representation of color #39994C: hue angle of 131.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39994C is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 76 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.4 |
| HSL | 131.88º | 0.46% | 0.41% | - |
| HSV(B) | 131.88º | 0.63% | 0.6% | - |
| XYZ | 14.38 | 24.17 | 10.75 | - |
| YUV | 115.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 76 | 0.63 | 0 | 0.50 | 0.4 | 131.88 | 0.46 | 0.41 |
| Hex | 39 | 99 | 4C | 3F | 0 | 32 | 28 | 84 | 2E | 29 |
| Octal | 71 | 231 | 114 | 77 | 0 | 62 | 50 | 204 | 56 | 51 |
| Binary | 111001 | 10011001 | 1001100 | 111111 | 0 | 110010 | 101000 | 10000100 | 101110 | 101001 |
Color Harmonies of #39994C
Complementary color
Monochromatic Colors of #39994C
Black with #39994C
Text Example
Text Example
White with #39994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39994C; }
p { color: rgb(57,153,76); }
H1.HeaderClassName
{
color: #39994C;
}
.AnyTagClassName
{
color: #39994C;
}
</style>
background-color css
<style>
a { background-color: #39994C; }
a { background-color: rgb(57,153,76); }
div.DivClassName
{
background-color: #39994C;
}
.BgClassName
{
background-color: #39994C;
}
</style>
border-color css
<style>
span { border-color: #39994C; }
span { border-color: rgb(57,153,76); }
td.TdClassName
{
border-color: #39994C;
}
.TagClassName
{
border-color: #39994C;
}
</style>