Shades of Chateau Green #39914D
Tints of Chateau Green #39914D
RGB
CMYK
RGB Variations
Color information
#39914D (or 0x39914D) is known color: Chateau Green. HEX triplet: 39, 91 and 4D. RGB value is (57,145,77). Sum of RGB (Red+Green+Blue) = 57+145+77=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #39914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39914D is #C66EB2. Grayscale: #6F6F6F. Windows color (decimal): -13004467 or 5083449. OLE color: 5083449.
HSL color Cylindrical-coordinate representation of color #39914D: hue angle of 133.64º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39914D is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 77 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.43 |
| HSL | 133.64º | 0.44% | 0.4% | - |
| HSV(B) | 133.64º | 0.61% | 0.57% | - |
| XYZ | 13.15 | 21.66 | 10.51 | - |
| YUV | 110.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 77 | 0.61 | 0 | 0.47 | 0.43 | 133.64 | 0.44 | 0.4 |
| Hex | 39 | 91 | 4D | 3D | 0 | 2F | 2B | 86 | 2C | 28 |
| Octal | 71 | 221 | 115 | 75 | 0 | 57 | 53 | 206 | 54 | 50 |
| Binary | 111001 | 10010001 | 1001101 | 111101 | 0 | 101111 | 101011 | 10000110 | 101100 | 101000 |
Color Harmonies of #39914D
Complementary color
Monochromatic Colors of #39914D
Black with #39914D
Text Example
Text Example
White with #39914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39914D; }
p { color: rgb(57,145,77); }
H1.HeaderClassName
{
color: #39914D;
}
.AnyTagClassName
{
color: #39914D;
}
</style>
background-color css
<style>
a { background-color: #39914D; }
a { background-color: rgb(57,145,77); }
div.DivClassName
{
background-color: #39914D;
}
.BgClassName
{
background-color: #39914D;
}
</style>
border-color css
<style>
span { border-color: #39914D; }
span { border-color: rgb(57,145,77); }
td.TdClassName
{
border-color: #39914D;
}
.TagClassName
{
border-color: #39914D;
}
</style>