Shades of Chateau Green #3FA663
Tints of Chateau Green #3FA663
RGB
CMYK
RGB Variations
Color information
#3FA663 (or 0x3FA663) is known color: Chateau Green. HEX triplet: 3F, A6 and 63. RGB value is (63,166,99). Sum of RGB (Red+Green+Blue) = 63+166+99=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA663 is #C0599C. Grayscale: #7F7F7F. Windows color (decimal): -12605853 or 6530623. OLE color: 6530623.
HSL color Cylindrical-coordinate representation of color #3FA663: hue angle of 140.97º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA663 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 99 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.35 |
| HSL | 140.97º | 0.45% | 0.45% | - |
| HSV(B) | 140.97º | 0.62% | 0.65% | - |
| XYZ | 17.94 | 29.23 | 16.5 | - |
| YUV | 127.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 99 | 0.62 | 0 | 0.40 | 0.35 | 140.97 | 0.45 | 0.45 |
| Hex | 3F | A6 | 63 | 3E | 0 | 28 | 23 | 8D | 2D | 2D |
| Octal | 77 | 246 | 143 | 76 | 0 | 50 | 43 | 215 | 55 | 55 |
| Binary | 111111 | 10100110 | 1100011 | 111110 | 0 | 101000 | 100011 | 10001101 | 101101 | 101101 |
Color Harmonies of #3FA663
Complementary color
Monochromatic Colors of #3FA663
Black with #3FA663
Text Example
Text Example
White with #3FA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA663; }
p { color: rgb(63,166,99); }
H1.HeaderClassName
{
color: #3FA663;
}
.AnyTagClassName
{
color: #3FA663;
}
</style>
background-color css
<style>
a { background-color: #3FA663; }
a { background-color: rgb(63,166,99); }
div.DivClassName
{
background-color: #3FA663;
}
.BgClassName
{
background-color: #3FA663;
}
</style>
border-color css
<style>
span { border-color: #3FA663; }
span { border-color: rgb(63,166,99); }
td.TdClassName
{
border-color: #3FA663;
}
.TagClassName
{
border-color: #3FA663;
}
</style>