Shades of Chateau Green #3F8C57
Tints of Chateau Green #3F8C57
RGB
CMYK
RGB Variations
Color information
#3F8C57 (or 0x3F8C57) is known color: Chateau Green. HEX triplet: 3F, 8C and 57. RGB value is (63,140,87). Sum of RGB (Red+Green+Blue) = 63+140+87=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C57 is #C073A8. Grayscale: #6F6F6F. Windows color (decimal): -12612521 or 5737535. OLE color: 5737535.
HSL color Cylindrical-coordinate representation of color #3F8C57: hue angle of 138.7º 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 #3F8C57 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 87 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.45 |
| HSL | 138.7º | 0.38% | 0.4% | - |
| HSV(B) | 138.7º | 0.55% | 0.55% | - |
| XYZ | 13.15 | 20.5 | 12.28 | - |
| YUV | 110.94 | 114.49 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 87 | 0.55 | 0 | 0.38 | 0.45 | 138.7 | 0.38 | 0.4 |
| Hex | 3F | 8C | 57 | 37 | 0 | 26 | 2D | 8B | 26 | 28 |
| Octal | 77 | 214 | 127 | 67 | 0 | 46 | 55 | 213 | 46 | 50 |
| Binary | 111111 | 10001100 | 1010111 | 110111 | 0 | 100110 | 101101 | 10001011 | 100110 | 101000 |
Color Harmonies of #3F8C57
Complementary color
Monochromatic Colors of #3F8C57
Black with #3F8C57
Text Example
Text Example
White with #3F8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C57; }
p { color: rgb(63,140,87); }
H1.HeaderClassName
{
color: #3F8C57;
}
.AnyTagClassName
{
color: #3F8C57;
}
</style>
background-color css
<style>
a { background-color: #3F8C57; }
a { background-color: rgb(63,140,87); }
div.DivClassName
{
background-color: #3F8C57;
}
.BgClassName
{
background-color: #3F8C57;
}
</style>
border-color css
<style>
span { border-color: #3F8C57; }
span { border-color: rgb(63,140,87); }
td.TdClassName
{
border-color: #3F8C57;
}
.TagClassName
{
border-color: #3F8C57;
}
</style>