Shades of Chateau Green #3FAA5C
Tints of Chateau Green #3FAA5C
RGB
CMYK
RGB Variations
Color information
#3FAA5C (or 0x3FAA5C) is known color: Chateau Green. HEX triplet: 3F, AA and 5C. RGB value is (63,170,92). Sum of RGB (Red+Green+Blue) = 63+170+92=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA5C is #C055A3. Grayscale: #818181. Windows color (decimal): -12604836 or 6072895. OLE color: 6072895.
HSL color Cylindrical-coordinate representation of color #3FAA5C: hue angle of 136.26º 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 #3FAA5C is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 92 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.33 |
| HSL | 136.26º | 0.46% | 0.46% | - |
| HSV(B) | 136.26º | 0.63% | 0.67% | - |
| XYZ | 18.36 | 30.58 | 15.06 | - |
| YUV | 129.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 92 | 0.63 | 0 | 0.46 | 0.33 | 136.26 | 0.46 | 0.46 |
| Hex | 3F | AA | 5C | 3F | 0 | 2E | 21 | 88 | 2E | 2E |
| Octal | 77 | 252 | 134 | 77 | 0 | 56 | 41 | 210 | 56 | 56 |
| Binary | 111111 | 10101010 | 1011100 | 111111 | 0 | 101110 | 100001 | 10001000 | 101110 | 101110 |
Color Harmonies of #3FAA5C
Complementary color
Monochromatic Colors of #3FAA5C
Black with #3FAA5C
Text Example
Text Example
White with #3FAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA5C; }
p { color: rgb(63,170,92); }
H1.HeaderClassName
{
color: #3FAA5C;
}
.AnyTagClassName
{
color: #3FAA5C;
}
</style>
background-color css
<style>
a { background-color: #3FAA5C; }
a { background-color: rgb(63,170,92); }
div.DivClassName
{
background-color: #3FAA5C;
}
.BgClassName
{
background-color: #3FAA5C;
}
</style>
border-color css
<style>
span { border-color: #3FAA5C; }
span { border-color: rgb(63,170,92); }
td.TdClassName
{
border-color: #3FAA5C;
}
.TagClassName
{
border-color: #3FAA5C;
}
</style>