Shades of Chateau Green #3F8D4D
Tints of Chateau Green #3F8D4D
RGB
CMYK
RGB Variations
Color information
#3F8D4D (or 0x3F8D4D) is known color: Chateau Green. HEX triplet: 3F, 8D and 4D. RGB value is (63,141,77). Sum of RGB (Red+Green+Blue) = 63+141+77=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D4D is #C072B2. Grayscale: #6E6E6E. Windows color (decimal): -12612275 or 5082431. OLE color: 5082431.
HSL color Cylindrical-coordinate representation of color #3F8D4D: hue angle of 130.77º 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 #3F8D4D is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 77 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.45 |
| HSL | 130.77º | 0.38% | 0.4% | - |
| HSV(B) | 130.77º | 0.55% | 0.55% | - |
| XYZ | 12.91 | 20.64 | 10.32 | - |
| YUV | 110.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 77 | 0.55 | 0 | 0.45 | 0.45 | 130.77 | 0.38 | 0.4 |
| Hex | 3F | 8D | 4D | 37 | 0 | 2D | 2D | 83 | 26 | 28 |
| Octal | 77 | 215 | 115 | 67 | 0 | 55 | 55 | 203 | 46 | 50 |
| Binary | 111111 | 10001101 | 1001101 | 110111 | 0 | 101101 | 101101 | 10000011 | 100110 | 101000 |
Color Harmonies of #3F8D4D
Complementary color
Monochromatic Colors of #3F8D4D
Black with #3F8D4D
Text Example
Text Example
White with #3F8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D4D; }
p { color: rgb(63,141,77); }
H1.HeaderClassName
{
color: #3F8D4D;
}
.AnyTagClassName
{
color: #3F8D4D;
}
</style>
background-color css
<style>
a { background-color: #3F8D4D; }
a { background-color: rgb(63,141,77); }
div.DivClassName
{
background-color: #3F8D4D;
}
.BgClassName
{
background-color: #3F8D4D;
}
</style>
border-color css
<style>
span { border-color: #3F8D4D; }
span { border-color: rgb(63,141,77); }
td.TdClassName
{
border-color: #3F8D4D;
}
.TagClassName
{
border-color: #3F8D4D;
}
</style>