Shades of Chateau Green #39994B
Tints of Chateau Green #39994B
RGB
CMYK
RGB Variations
Color information
#39994B (or 0x39994B) is known color: Chateau Green. HEX triplet: 39, 99 and 4B. RGB value is (57,153,75). Sum of RGB (Red+Green+Blue) = 57+153+75=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #39994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39994B is #C666B4. Grayscale: #737373. Windows color (decimal): -13002421 or 4954425. OLE color: 4954425.
HSL color Cylindrical-coordinate representation of color #39994B: hue angle of 131.25º 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 #39994B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 75 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.4 |
| HSL | 131.25º | 0.46% | 0.41% | - |
| HSV(B) | 131.25º | 0.63% | 0.6% | - |
| XYZ | 14.35 | 24.16 | 10.56 | - |
| YUV | 115.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 75 | 0.63 | 0 | 0.51 | 0.4 | 131.25 | 0.46 | 0.41 |
| Hex | 39 | 99 | 4B | 3F | 0 | 33 | 28 | 83 | 2E | 29 |
| Octal | 71 | 231 | 113 | 77 | 0 | 63 | 50 | 203 | 56 | 51 |
| Binary | 111001 | 10011001 | 1001011 | 111111 | 0 | 110011 | 101000 | 10000011 | 101110 | 101001 |
Color Harmonies of #39994B
Complementary color
Monochromatic Colors of #39994B
Black with #39994B
Text Example
Text Example
White with #39994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39994B; }
p { color: rgb(57,153,75); }
H1.HeaderClassName
{
color: #39994B;
}
.AnyTagClassName
{
color: #39994B;
}
</style>
background-color css
<style>
a { background-color: #39994B; }
a { background-color: rgb(57,153,75); }
div.DivClassName
{
background-color: #39994B;
}
.BgClassName
{
background-color: #39994B;
}
</style>
border-color css
<style>
span { border-color: #39994B; }
span { border-color: rgb(57,153,75); }
td.TdClassName
{
border-color: #39994B;
}
.TagClassName
{
border-color: #39994B;
}
</style>