Shades of Chateau Green #3F965B
Tints of Chateau Green #3F965B
RGB
CMYK
RGB Variations
Color information
#3F965B (or 0x3F965B) is known color: Chateau Green. HEX triplet: 3F, 96 and 5B. RGB value is (63,150,91). Sum of RGB (Red+Green+Blue) = 63+150+91=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #3F965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F965B is #C069A4. Grayscale: #757575. Windows color (decimal): -12609957 or 6002239. OLE color: 6002239.
HSL color Cylindrical-coordinate representation of color #3F965B: hue angle of 139.31º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F965B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 91 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.41 |
| HSL | 139.31º | 0.41% | 0.42% | - |
| HSV(B) | 139.31º | 0.58% | 0.59% | - |
| XYZ | 14.84 | 23.62 | 13.68 | - |
| YUV | 117.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 91 | 0.58 | 0 | 0.39 | 0.41 | 139.31 | 0.41 | 0.42 |
| Hex | 3F | 96 | 5B | 3A | 0 | 27 | 29 | 8B | 29 | 2A |
| Octal | 77 | 226 | 133 | 72 | 0 | 47 | 51 | 213 | 51 | 52 |
| Binary | 111111 | 10010110 | 1011011 | 111010 | 0 | 100111 | 101001 | 10001011 | 101001 | 101010 |
Color Harmonies of #3F965B
Complementary color
Monochromatic Colors of #3F965B
Black with #3F965B
Text Example
Text Example
White with #3F965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F965B; }
p { color: rgb(63,150,91); }
H1.HeaderClassName
{
color: #3F965B;
}
.AnyTagClassName
{
color: #3F965B;
}
</style>
background-color css
<style>
a { background-color: #3F965B; }
a { background-color: rgb(63,150,91); }
div.DivClassName
{
background-color: #3F965B;
}
.BgClassName
{
background-color: #3F965B;
}
</style>
border-color css
<style>
span { border-color: #3F965B; }
span { border-color: rgb(63,150,91); }
td.TdClassName
{
border-color: #3F965B;
}
.TagClassName
{
border-color: #3F965B;
}
</style>