Shades of Chateau Green #3F8C4E
Tints of Chateau Green #3F8C4E
RGB
CMYK
RGB Variations
Color information
#3F8C4E (or 0x3F8C4E) is known color: Chateau Green. HEX triplet: 3F, 8C and 4E. RGB value is (63,140,78). Sum of RGB (Red+Green+Blue) = 63+140+78=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C4E is #C073B1. Grayscale: #6E6E6E. Windows color (decimal): -12612530 or 5147711. OLE color: 5147711.
HSL color Cylindrical-coordinate representation of color #3F8C4E: hue angle of 131.69º 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 #3F8C4E is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 78 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.45 |
| HSL | 131.69º | 0.38% | 0.4% | - |
| HSV(B) | 131.69º | 0.55% | 0.55% | - |
| XYZ | 12.8 | 20.36 | 10.46 | - |
| YUV | 109.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 78 | 0.55 | 0 | 0.44 | 0.45 | 131.69 | 0.38 | 0.4 |
| Hex | 3F | 8C | 4E | 37 | 0 | 2C | 2D | 84 | 26 | 28 |
| Octal | 77 | 214 | 116 | 67 | 0 | 54 | 55 | 204 | 46 | 50 |
| Binary | 111111 | 10001100 | 1001110 | 110111 | 0 | 101100 | 101101 | 10000100 | 100110 | 101000 |
Color Harmonies of #3F8C4E
Complementary color
Monochromatic Colors of #3F8C4E
Black with #3F8C4E
Text Example
Text Example
White with #3F8C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C4E; }
p { color: rgb(63,140,78); }
H1.HeaderClassName
{
color: #3F8C4E;
}
.AnyTagClassName
{
color: #3F8C4E;
}
</style>
background-color css
<style>
a { background-color: #3F8C4E; }
a { background-color: rgb(63,140,78); }
div.DivClassName
{
background-color: #3F8C4E;
}
.BgClassName
{
background-color: #3F8C4E;
}
</style>
border-color css
<style>
span { border-color: #3F8C4E; }
span { border-color: rgb(63,140,78); }
td.TdClassName
{
border-color: #3F8C4E;
}
.TagClassName
{
border-color: #3F8C4E;
}
</style>