Shades of Chateau Green #3F8F56
Tints of Chateau Green #3F8F56
RGB
CMYK
RGB Variations
Color information
#3F8F56 (or 0x3F8F56) is known color: Chateau Green. HEX triplet: 3F, 8F and 56. RGB value is (63,143,86). Sum of RGB (Red+Green+Blue) = 63+143+86=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F56 is #C070A9. Grayscale: #707070. Windows color (decimal): -12611754 or 5672767. OLE color: 5672767.
HSL color Cylindrical-coordinate representation of color #3F8F56: hue angle of 137.25º 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 #3F8F56 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 86 | - |
| CMYK | 0.56 | 0 | 0.40 | 0.44 |
| HSL | 137.25º | 0.39% | 0.4% | - |
| HSV(B) | 137.25º | 0.56% | 0.56% | - |
| XYZ | 13.55 | 21.37 | 12.22 | - |
| YUV | 112.58 | 113 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 86 | 0.56 | 0 | 0.40 | 0.44 | 137.25 | 0.39 | 0.4 |
| Hex | 3F | 8F | 56 | 38 | 0 | 28 | 2C | 89 | 27 | 28 |
| Octal | 77 | 217 | 126 | 70 | 0 | 50 | 54 | 211 | 47 | 50 |
| Binary | 111111 | 10001111 | 1010110 | 111000 | 0 | 101000 | 101100 | 10001001 | 100111 | 101000 |
Color Harmonies of #3F8F56
Complementary color
Monochromatic Colors of #3F8F56
Black with #3F8F56
Text Example
Text Example
White with #3F8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F56; }
p { color: rgb(63,143,86); }
H1.HeaderClassName
{
color: #3F8F56;
}
.AnyTagClassName
{
color: #3F8F56;
}
</style>
background-color css
<style>
a { background-color: #3F8F56; }
a { background-color: rgb(63,143,86); }
div.DivClassName
{
background-color: #3F8F56;
}
.BgClassName
{
background-color: #3F8F56;
}
</style>
border-color css
<style>
span { border-color: #3F8F56; }
span { border-color: rgb(63,143,86); }
td.TdClassName
{
border-color: #3F8F56;
}
.TagClassName
{
border-color: #3F8F56;
}
</style>