Shades of Chateau Green #3F8C52
Tints of Chateau Green #3F8C52
RGB
CMYK
RGB Variations
Color information
#3F8C52 (or 0x3F8C52) is known color: Chateau Green. HEX triplet: 3F, 8C and 52. RGB value is (63,140,82). Sum of RGB (Red+Green+Blue) = 63+140+82=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C52 is #C073AD. Grayscale: #6E6E6E. Windows color (decimal): -12612526 or 5409855. OLE color: 5409855.
HSL color Cylindrical-coordinate representation of color #3F8C52: hue angle of 134.81º 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 #3F8C52 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 82 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.45 |
| HSL | 134.81º | 0.38% | 0.4% | - |
| HSV(B) | 134.81º | 0.55% | 0.55% | - |
| XYZ | 12.95 | 20.42 | 11.24 | - |
| YUV | 110.37 | 111.99 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 82 | 0.55 | 0 | 0.41 | 0.45 | 134.81 | 0.38 | 0.4 |
| Hex | 3F | 8C | 52 | 37 | 0 | 29 | 2D | 87 | 26 | 28 |
| Octal | 77 | 214 | 122 | 67 | 0 | 51 | 55 | 207 | 46 | 50 |
| Binary | 111111 | 10001100 | 1010010 | 110111 | 0 | 101001 | 101101 | 10000111 | 100110 | 101000 |
Color Harmonies of #3F8C52
Complementary color
Monochromatic Colors of #3F8C52
Black with #3F8C52
Text Example
Text Example
White with #3F8C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C52; }
p { color: rgb(63,140,82); }
H1.HeaderClassName
{
color: #3F8C52;
}
.AnyTagClassName
{
color: #3F8C52;
}
</style>
background-color css
<style>
a { background-color: #3F8C52; }
a { background-color: rgb(63,140,82); }
div.DivClassName
{
background-color: #3F8C52;
}
.BgClassName
{
background-color: #3F8C52;
}
</style>
border-color css
<style>
span { border-color: #3F8C52; }
span { border-color: rgb(63,140,82); }
td.TdClassName
{
border-color: #3F8C52;
}
.TagClassName
{
border-color: #3F8C52;
}
</style>