Shades of Chateau Green #3F8C4D
Tints of Chateau Green #3F8C4D
RGB
CMYK
RGB Variations
Color information
#3F8C4D (or 0x3F8C4D) is known color: Chateau Green. HEX triplet: 3F, 8C and 4D. RGB value is (63,140,77). Sum of RGB (Red+Green+Blue) = 63+140+77=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C4D is #C073B2. Grayscale: #6D6D6D. Windows color (decimal): -12612531 or 5082175. OLE color: 5082175.
HSL color Cylindrical-coordinate representation of color #3F8C4D: hue angle of 130.91º 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 #3F8C4D is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 77 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.45 |
| HSL | 130.91º | 0.38% | 0.4% | - |
| HSV(B) | 130.91º | 0.55% | 0.55% | - |
| XYZ | 12.77 | 20.35 | 10.28 | - |
| YUV | 109.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 77 | 0.55 | 0 | 0.45 | 0.45 | 130.91 | 0.38 | 0.4 |
| Hex | 3F | 8C | 4D | 37 | 0 | 2D | 2D | 83 | 26 | 28 |
| Octal | 77 | 214 | 115 | 67 | 0 | 55 | 55 | 203 | 46 | 50 |
| Binary | 111111 | 10001100 | 1001101 | 110111 | 0 | 101101 | 101101 | 10000011 | 100110 | 101000 |
Color Harmonies of #3F8C4D
Complementary color
Monochromatic Colors of #3F8C4D
Black with #3F8C4D
Text Example
Text Example
White with #3F8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C4D; }
p { color: rgb(63,140,77); }
H1.HeaderClassName
{
color: #3F8C4D;
}
.AnyTagClassName
{
color: #3F8C4D;
}
</style>
background-color css
<style>
a { background-color: #3F8C4D; }
a { background-color: rgb(63,140,77); }
div.DivClassName
{
background-color: #3F8C4D;
}
.BgClassName
{
background-color: #3F8C4D;
}
</style>
border-color css
<style>
span { border-color: #3F8C4D; }
span { border-color: rgb(63,140,77); }
td.TdClassName
{
border-color: #3F8C4D;
}
.TagClassName
{
border-color: #3F8C4D;
}
</style>