Shades of Chateau Green #3F8D54
Tints of Chateau Green #3F8D54
RGB
CMYK
RGB Variations
Color information
#3F8D54 (or 0x3F8D54) is known color: Chateau Green. HEX triplet: 3F, 8D and 54. RGB value is (63,141,84). Sum of RGB (Red+Green+Blue) = 63+141+84=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D54 is #C072AB. Grayscale: #6F6F6F. Windows color (decimal): -12612268 or 5541183. OLE color: 5541183.
HSL color Cylindrical-coordinate representation of color #3F8D54: hue angle of 136.15º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D54 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 84 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.45 |
| HSL | 136.15º | 0.38% | 0.4% | - |
| HSV(B) | 136.15º | 0.55% | 0.55% | - |
| XYZ | 13.18 | 20.75 | 11.7 | - |
| YUV | 111.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 84 | 0.55 | 0 | 0.40 | 0.45 | 136.15 | 0.38 | 0.4 |
| Hex | 3F | 8D | 54 | 37 | 0 | 28 | 2D | 88 | 26 | 28 |
| Octal | 77 | 215 | 124 | 67 | 0 | 50 | 55 | 210 | 46 | 50 |
| Binary | 111111 | 10001101 | 1010100 | 110111 | 0 | 101000 | 101101 | 10001000 | 100110 | 101000 |
Color Harmonies of #3F8D54
Complementary color
Monochromatic Colors of #3F8D54
Black with #3F8D54
Text Example
Text Example
White with #3F8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D54; }
p { color: rgb(63,141,84); }
H1.HeaderClassName
{
color: #3F8D54;
}
.AnyTagClassName
{
color: #3F8D54;
}
</style>
background-color css
<style>
a { background-color: #3F8D54; }
a { background-color: rgb(63,141,84); }
div.DivClassName
{
background-color: #3F8D54;
}
.BgClassName
{
background-color: #3F8D54;
}
</style>
border-color css
<style>
span { border-color: #3F8D54; }
span { border-color: rgb(63,141,84); }
td.TdClassName
{
border-color: #3F8D54;
}
.TagClassName
{
border-color: #3F8D54;
}
</style>