Shades of Chateau Green #3FAA62
Tints of Chateau Green #3FAA62
RGB
CMYK
RGB Variations
Color information
#3FAA62 (or 0x3FAA62) is known color: Chateau Green. HEX triplet: 3F, AA and 62. RGB value is (63,170,98). Sum of RGB (Red+Green+Blue) = 63+170+98=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA62 is #C0559D. Grayscale: #818181. Windows color (decimal): -12604830 or 6466111. OLE color: 6466111.
HSL color Cylindrical-coordinate representation of color #3FAA62: hue angle of 139.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA62 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 98 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.33 |
| HSL | 139.63º | 0.46% | 0.46% | - |
| HSV(B) | 139.63º | 0.63% | 0.67% | - |
| XYZ | 18.63 | 30.69 | 16.5 | - |
| YUV | 129.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 98 | 0.63 | 0 | 0.42 | 0.33 | 139.63 | 0.46 | 0.46 |
| Hex | 3F | AA | 62 | 3F | 0 | 2A | 21 | 8C | 2E | 2E |
| Octal | 77 | 252 | 142 | 77 | 0 | 52 | 41 | 214 | 56 | 56 |
| Binary | 111111 | 10101010 | 1100010 | 111111 | 0 | 101010 | 100001 | 10001100 | 101110 | 101110 |
Color Harmonies of #3FAA62
Complementary color
Monochromatic Colors of #3FAA62
Black with #3FAA62
Text Example
Text Example
White with #3FAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA62; }
p { color: rgb(63,170,98); }
H1.HeaderClassName
{
color: #3FAA62;
}
.AnyTagClassName
{
color: #3FAA62;
}
</style>
background-color css
<style>
a { background-color: #3FAA62; }
a { background-color: rgb(63,170,98); }
div.DivClassName
{
background-color: #3FAA62;
}
.BgClassName
{
background-color: #3FAA62;
}
</style>
border-color css
<style>
span { border-color: #3FAA62; }
span { border-color: rgb(63,170,98); }
td.TdClassName
{
border-color: #3FAA62;
}
.TagClassName
{
border-color: #3FAA62;
}
</style>