Shades of Chateau Green #3F8C4C
Tints of Chateau Green #3F8C4C
RGB
CMYK
RGB Variations
Color information
#3F8C4C (or 0x3F8C4C) is known color: Chateau Green. HEX triplet: 3F, 8C and 4C. RGB value is (63,140,76). Sum of RGB (Red+Green+Blue) = 63+140+76=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8C4C is #C073B3. Grayscale: #6D6D6D. Windows color (decimal): -12612532 or 5016639. OLE color: 5016639.
HSL color Cylindrical-coordinate representation of color #3F8C4C: hue angle of 130.13º 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 #3F8C4C is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 76 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.45 |
| HSL | 130.13º | 0.38% | 0.4% | - |
| HSV(B) | 130.13º | 0.55% | 0.55% | - |
| XYZ | 12.73 | 20.33 | 10.09 | - |
| YUV | 109.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 76 | 0.55 | 0 | 0.46 | 0.45 | 130.13 | 0.38 | 0.4 |
| Hex | 3F | 8C | 4C | 37 | 0 | 2E | 2D | 82 | 26 | 28 |
| Octal | 77 | 214 | 114 | 67 | 0 | 56 | 55 | 202 | 46 | 50 |
| Binary | 111111 | 10001100 | 1001100 | 110111 | 0 | 101110 | 101101 | 10000010 | 100110 | 101000 |
Color Harmonies of #3F8C4C
Complementary color
Monochromatic Colors of #3F8C4C
Black with #3F8C4C
Text Example
Text Example
White with #3F8C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C4C; }
p { color: rgb(63,140,76); }
H1.HeaderClassName
{
color: #3F8C4C;
}
.AnyTagClassName
{
color: #3F8C4C;
}
</style>
background-color css
<style>
a { background-color: #3F8C4C; }
a { background-color: rgb(63,140,76); }
div.DivClassName
{
background-color: #3F8C4C;
}
.BgClassName
{
background-color: #3F8C4C;
}
</style>
border-color css
<style>
span { border-color: #3F8C4C; }
span { border-color: rgb(63,140,76); }
td.TdClassName
{
border-color: #3F8C4C;
}
.TagClassName
{
border-color: #3F8C4C;
}
</style>