Shades of Chateau Green #3F8E59
Tints of Chateau Green #3F8E59
RGB
CMYK
RGB Variations
Color information
#3F8E59 (or 0x3F8E59) is known color: Chateau Green. HEX triplet: 3F, 8E and 59. RGB value is (63,142,89). Sum of RGB (Red+Green+Blue) = 63+142+89=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E59 is #C071A6. Grayscale: #707070. Windows color (decimal): -12612007 or 5869119. OLE color: 5869119.
HSL color Cylindrical-coordinate representation of color #3F8E59: hue angle of 139.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E59 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 142 | 89 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.44 |
| HSL | 139.75º | 0.39% | 0.4% | - |
| HSV(B) | 139.75º | 0.56% | 0.56% | - |
| XYZ | 13.53 | 21.12 | 12.82 | - |
| YUV | 112.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 142 | 89 | 0.56 | 0 | 0.37 | 0.44 | 139.75 | 0.39 | 0.4 |
| Hex | 3F | 8E | 59 | 38 | 0 | 25 | 2C | 8C | 27 | 28 |
| Octal | 77 | 216 | 131 | 70 | 0 | 45 | 54 | 214 | 47 | 50 |
| Binary | 111111 | 10001110 | 1011001 | 111000 | 0 | 100101 | 101100 | 10001100 | 100111 | 101000 |
Color Harmonies of #3F8E59
Complementary color
Monochromatic Colors of #3F8E59
Black with #3F8E59
Text Example
Text Example
White with #3F8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8E59; }
p { color: rgb(63,142,89); }
H1.HeaderClassName
{
color: #3F8E59;
}
.AnyTagClassName
{
color: #3F8E59;
}
</style>
background-color css
<style>
a { background-color: #3F8E59; }
a { background-color: rgb(63,142,89); }
div.DivClassName
{
background-color: #3F8E59;
}
.BgClassName
{
background-color: #3F8E59;
}
</style>
border-color css
<style>
span { border-color: #3F8E59; }
span { border-color: rgb(63,142,89); }
td.TdClassName
{
border-color: #3F8E59;
}
.TagClassName
{
border-color: #3F8E59;
}
</style>