Shades of Chateau Green #3F8F4F
Tints of Chateau Green #3F8F4F
RGB
CMYK
RGB Variations
Color information
#3F8F4F (or 0x3F8F4F) is known color: Chateau Green. HEX triplet: 3F, 8F and 4F. RGB value is (63,143,79). Sum of RGB (Red+Green+Blue) = 63+143+79=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #3F8F4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8F4F is #C070B0. Grayscale: #6F6F6F. Windows color (decimal): -12611761 or 5214015. OLE color: 5214015.
HSL color Cylindrical-coordinate representation of color #3F8F4F: hue angle of 132º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8F4F is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 143 | 79 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.44 |
| HSL | 132º | 0.39% | 0.4% | - |
| HSV(B) | 132º | 0.56% | 0.56% | - |
| XYZ | 13.28 | 21.27 | 10.8 | - |
| YUV | 111.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 143 | 79 | 0.56 | 0 | 0.45 | 0.44 | 132 | 0.39 | 0.4 |
| Hex | 3F | 8F | 4F | 38 | 0 | 2D | 2C | 84 | 27 | 28 |
| Octal | 77 | 217 | 117 | 70 | 0 | 55 | 54 | 204 | 47 | 50 |
| Binary | 111111 | 10001111 | 1001111 | 111000 | 0 | 101101 | 101100 | 10000100 | 100111 | 101000 |
Color Harmonies of #3F8F4F
Complementary color
Monochromatic Colors of #3F8F4F
Black with #3F8F4F
Text Example
Text Example
White with #3F8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8F4F; }
p { color: rgb(63,143,79); }
H1.HeaderClassName
{
color: #3F8F4F;
}
.AnyTagClassName
{
color: #3F8F4F;
}
</style>
background-color css
<style>
a { background-color: #3F8F4F; }
a { background-color: rgb(63,143,79); }
div.DivClassName
{
background-color: #3F8F4F;
}
.BgClassName
{
background-color: #3F8F4F;
}
</style>
border-color css
<style>
span { border-color: #3F8F4F; }
span { border-color: rgb(63,143,79); }
td.TdClassName
{
border-color: #3F8F4F;
}
.TagClassName
{
border-color: #3F8F4F;
}
</style>