Shades of Chateau Green #3FAC5F
Tints of Chateau Green #3FAC5F
RGB
CMYK
RGB Variations
Color information
#3FAC5F (or 0x3FAC5F) is known color: Chateau Green. HEX triplet: 3F, AC and 5F. RGB value is (63,172,95). Sum of RGB (Red+Green+Blue) = 63+172+95=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC5F is #C053A0. Grayscale: #828282. Windows color (decimal): -12604321 or 6270015. OLE color: 6270015.
HSL color Cylindrical-coordinate representation of color #3FAC5F: hue angle of 137.61º 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 #3FAC5F is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 95 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.33 |
| HSL | 137.61º | 0.46% | 0.46% | - |
| HSV(B) | 137.61º | 0.63% | 0.67% | - |
| XYZ | 18.87 | 31.39 | 15.89 | - |
| YUV | 130.63 | 107.89 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 95 | 0.63 | 0 | 0.45 | 0.33 | 137.61 | 0.46 | 0.46 |
| Hex | 3F | AC | 5F | 3F | 0 | 2D | 21 | 8A | 2E | 2E |
| Octal | 77 | 254 | 137 | 77 | 0 | 55 | 41 | 212 | 56 | 56 |
| Binary | 111111 | 10101100 | 1011111 | 111111 | 0 | 101101 | 100001 | 10001010 | 101110 | 101110 |
Color Harmonies of #3FAC5F
Complementary color
Monochromatic Colors of #3FAC5F
Black with #3FAC5F
Text Example
Text Example
White with #3FAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC5F; }
p { color: rgb(63,172,95); }
H1.HeaderClassName
{
color: #3FAC5F;
}
.AnyTagClassName
{
color: #3FAC5F;
}
</style>
background-color css
<style>
a { background-color: #3FAC5F; }
a { background-color: rgb(63,172,95); }
div.DivClassName
{
background-color: #3FAC5F;
}
.BgClassName
{
background-color: #3FAC5F;
}
</style>
border-color css
<style>
span { border-color: #3FAC5F; }
span { border-color: rgb(63,172,95); }
td.TdClassName
{
border-color: #3FAC5F;
}
.TagClassName
{
border-color: #3FAC5F;
}
</style>