Shades of Chateau Green #3F8D52
Tints of Chateau Green #3F8D52
RGB
CMYK
RGB Variations
Color information
#3F8D52 (or 0x3F8D52) is known color: Chateau Green. HEX triplet: 3F, 8D and 52. RGB value is (63,141,82). Sum of RGB (Red+Green+Blue) = 63+141+82=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D52 is #C072AD. Grayscale: #6F6F6F. Windows color (decimal): -12612270 or 5410111. OLE color: 5410111.
HSL color Cylindrical-coordinate representation of color #3F8D52: hue angle of 134.62º 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 #3F8D52 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 82 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.45 |
| HSL | 134.62º | 0.38% | 0.4% | - |
| HSV(B) | 134.62º | 0.55% | 0.55% | - |
| XYZ | 13.1 | 20.72 | 11.29 | - |
| YUV | 110.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 82 | 0.55 | 0 | 0.42 | 0.45 | 134.62 | 0.38 | 0.4 |
| Hex | 3F | 8D | 52 | 37 | 0 | 2A | 2D | 87 | 26 | 28 |
| Octal | 77 | 215 | 122 | 67 | 0 | 52 | 55 | 207 | 46 | 50 |
| Binary | 111111 | 10001101 | 1010010 | 110111 | 0 | 101010 | 101101 | 10000111 | 100110 | 101000 |
Color Harmonies of #3F8D52
Complementary color
Monochromatic Colors of #3F8D52
Black with #3F8D52
Text Example
Text Example
White with #3F8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D52; }
p { color: rgb(63,141,82); }
H1.HeaderClassName
{
color: #3F8D52;
}
.AnyTagClassName
{
color: #3F8D52;
}
</style>
background-color css
<style>
a { background-color: #3F8D52; }
a { background-color: rgb(63,141,82); }
div.DivClassName
{
background-color: #3F8D52;
}
.BgClassName
{
background-color: #3F8D52;
}
</style>
border-color css
<style>
span { border-color: #3F8D52; }
span { border-color: rgb(63,141,82); }
td.TdClassName
{
border-color: #3F8D52;
}
.TagClassName
{
border-color: #3F8D52;
}
</style>