Shades of Chateau Green #3FAA5E
Tints of Chateau Green #3FAA5E
RGB
CMYK
RGB Variations
Color information
#3FAA5E (or 0x3FAA5E) is known color: Chateau Green. HEX triplet: 3F, AA and 5E. RGB value is (63,170,94). Sum of RGB (Red+Green+Blue) = 63+170+94=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA5E is #C055A1. Grayscale: #818181. Windows color (decimal): -12604834 or 6203967. OLE color: 6203967.
HSL color Cylindrical-coordinate representation of color #3FAA5E: hue angle of 137.38º 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 #3FAA5E is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 94 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.33 |
| HSL | 137.38º | 0.46% | 0.46% | - |
| HSV(B) | 137.38º | 0.63% | 0.67% | - |
| XYZ | 18.45 | 30.61 | 15.53 | - |
| YUV | 129.34 | 108.05 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 94 | 0.63 | 0 | 0.45 | 0.33 | 137.38 | 0.46 | 0.46 |
| Hex | 3F | AA | 5E | 3F | 0 | 2D | 21 | 89 | 2E | 2E |
| Octal | 77 | 252 | 136 | 77 | 0 | 55 | 41 | 211 | 56 | 56 |
| Binary | 111111 | 10101010 | 1011110 | 111111 | 0 | 101101 | 100001 | 10001001 | 101110 | 101110 |
Color Harmonies of #3FAA5E
Complementary color
Monochromatic Colors of #3FAA5E
Black with #3FAA5E
Text Example
Text Example
White with #3FAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA5E; }
p { color: rgb(63,170,94); }
H1.HeaderClassName
{
color: #3FAA5E;
}
.AnyTagClassName
{
color: #3FAA5E;
}
</style>
background-color css
<style>
a { background-color: #3FAA5E; }
a { background-color: rgb(63,170,94); }
div.DivClassName
{
background-color: #3FAA5E;
}
.BgClassName
{
background-color: #3FAA5E;
}
</style>
border-color css
<style>
span { border-color: #3FAA5E; }
span { border-color: rgb(63,170,94); }
td.TdClassName
{
border-color: #3FAA5E;
}
.TagClassName
{
border-color: #3FAA5E;
}
</style>