Shades of Chateau Green #39964D
Tints of Chateau Green #39964D
RGB
CMYK
RGB Variations
Color information
#39964D (or 0x39964D) is known color: Chateau Green. HEX triplet: 39, 96 and 4D. RGB value is (57,150,77). Sum of RGB (Red+Green+Blue) = 57+150+77=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #39964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39964D is #C669B2. Grayscale: #727272. Windows color (decimal): -13003187 or 5084729. OLE color: 5084729.
HSL color Cylindrical-coordinate representation of color #39964D: hue angle of 132.9º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39964D is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 77 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.41 |
| HSL | 132.9º | 0.45% | 0.41% | - |
| HSV(B) | 132.9º | 0.62% | 0.59% | - |
| XYZ | 13.93 | 23.22 | 10.77 | - |
| YUV | 113.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 77 | 0.62 | 0 | 0.49 | 0.41 | 132.9 | 0.45 | 0.41 |
| Hex | 39 | 96 | 4D | 3E | 0 | 31 | 29 | 85 | 2D | 29 |
| Octal | 71 | 226 | 115 | 76 | 0 | 61 | 51 | 205 | 55 | 51 |
| Binary | 111001 | 10010110 | 1001101 | 111110 | 0 | 110001 | 101001 | 10000101 | 101101 | 101001 |
Color Harmonies of #39964D
Complementary color
Monochromatic Colors of #39964D
Black with #39964D
Text Example
Text Example
White with #39964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39964D; }
p { color: rgb(57,150,77); }
H1.HeaderClassName
{
color: #39964D;
}
.AnyTagClassName
{
color: #39964D;
}
</style>
background-color css
<style>
a { background-color: #39964D; }
a { background-color: rgb(57,150,77); }
div.DivClassName
{
background-color: #39964D;
}
.BgClassName
{
background-color: #39964D;
}
</style>
border-color css
<style>
span { border-color: #39964D; }
span { border-color: rgb(57,150,77); }
td.TdClassName
{
border-color: #39964D;
}
.TagClassName
{
border-color: #39964D;
}
</style>