Shades of Chateau Green #3FA660
Tints of Chateau Green #3FA660
RGB
CMYK
RGB Variations
Color information
#3FA660 (or 0x3FA660) is known color: Chateau Green. HEX triplet: 3F, A6 and 60. RGB value is (63,166,96). Sum of RGB (Red+Green+Blue) = 63+166+96=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA660 is #C0599F. Grayscale: #7F7F7F. Windows color (decimal): -12605856 or 6334015. OLE color: 6334015.
HSL color Cylindrical-coordinate representation of color #3FA660: hue angle of 139.22º 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 #3FA660 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 96 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.35 |
| HSL | 139.22º | 0.45% | 0.45% | - |
| HSV(B) | 139.22º | 0.62% | 0.65% | - |
| XYZ | 17.8 | 29.17 | 15.76 | - |
| YUV | 127.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 96 | 0.62 | 0 | 0.42 | 0.35 | 139.22 | 0.45 | 0.45 |
| Hex | 3F | A6 | 60 | 3E | 0 | 2A | 23 | 8B | 2D | 2D |
| Octal | 77 | 246 | 140 | 76 | 0 | 52 | 43 | 213 | 55 | 55 |
| Binary | 111111 | 10100110 | 1100000 | 111110 | 0 | 101010 | 100011 | 10001011 | 101101 | 101101 |
Color Harmonies of #3FA660
Complementary color
Monochromatic Colors of #3FA660
Black with #3FA660
Text Example
Text Example
White with #3FA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA660; }
p { color: rgb(63,166,96); }
H1.HeaderClassName
{
color: #3FA660;
}
.AnyTagClassName
{
color: #3FA660;
}
</style>
background-color css
<style>
a { background-color: #3FA660; }
a { background-color: rgb(63,166,96); }
div.DivClassName
{
background-color: #3FA660;
}
.BgClassName
{
background-color: #3FA660;
}
</style>
border-color css
<style>
span { border-color: #3FA660; }
span { border-color: rgb(63,166,96); }
td.TdClassName
{
border-color: #3FA660;
}
.TagClassName
{
border-color: #3FA660;
}
</style>