Shades of Chateau Green #3F9653
Tints of Chateau Green #3F9653
RGB
CMYK
RGB Variations
Color information
#3F9653 (or 0x3F9653) is known color: Chateau Green. HEX triplet: 3F, 96 and 53. RGB value is (63,150,83). Sum of RGB (Red+Green+Blue) = 63+150+83=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9653 is #C069AC. Grayscale: #747474. Windows color (decimal): -12609965 or 5477951. OLE color: 5477951.
HSL color Cylindrical-coordinate representation of color #3F9653: hue angle of 133.79º 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 #3F9653 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 83 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.41 |
| HSL | 133.79º | 0.41% | 0.42% | - |
| HSV(B) | 133.79º | 0.58% | 0.59% | - |
| XYZ | 14.52 | 23.49 | 11.95 | - |
| YUV | 116.35 | 109.18 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 83 | 0.58 | 0 | 0.45 | 0.41 | 133.79 | 0.41 | 0.42 |
| Hex | 3F | 96 | 53 | 3A | 0 | 2D | 29 | 86 | 29 | 2A |
| Octal | 77 | 226 | 123 | 72 | 0 | 55 | 51 | 206 | 51 | 52 |
| Binary | 111111 | 10010110 | 1010011 | 111010 | 0 | 101101 | 101001 | 10000110 | 101001 | 101010 |
Color Harmonies of #3F9653
Complementary color
Monochromatic Colors of #3F9653
Black with #3F9653
Text Example
Text Example
White with #3F9653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9653; }
p { color: rgb(63,150,83); }
H1.HeaderClassName
{
color: #3F9653;
}
.AnyTagClassName
{
color: #3F9653;
}
</style>
background-color css
<style>
a { background-color: #3F9653; }
a { background-color: rgb(63,150,83); }
div.DivClassName
{
background-color: #3F9653;
}
.BgClassName
{
background-color: #3F9653;
}
</style>
border-color css
<style>
span { border-color: #3F9653; }
span { border-color: rgb(63,150,83); }
td.TdClassName
{
border-color: #3F9653;
}
.TagClassName
{
border-color: #3F9653;
}
</style>