Shades of Chateau Green #3FAC58
Tints of Chateau Green #3FAC58
RGB
CMYK
RGB Variations
Color information
#3FAC58 (or 0x3FAC58) is known color: Chateau Green. HEX triplet: 3F, AC and 58. RGB value is (63,172,88). Sum of RGB (Red+Green+Blue) = 63+172+88=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC58 is #C053A7. Grayscale: #828282. Windows color (decimal): -12604328 or 5811263. OLE color: 5811263.
HSL color Cylindrical-coordinate representation of color #3FAC58: hue angle of 133.76º 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 #3FAC58 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 88 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.33 |
| HSL | 133.76º | 0.46% | 0.46% | - |
| HSV(B) | 133.76º | 0.63% | 0.67% | - |
| XYZ | 18.56 | 31.27 | 14.29 | - |
| YUV | 129.83 | 104.39 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 88 | 0.63 | 0 | 0.49 | 0.33 | 133.76 | 0.46 | 0.46 |
| Hex | 3F | AC | 58 | 3F | 0 | 31 | 21 | 86 | 2E | 2E |
| Octal | 77 | 254 | 130 | 77 | 0 | 61 | 41 | 206 | 56 | 56 |
| Binary | 111111 | 10101100 | 1011000 | 111111 | 0 | 110001 | 100001 | 10000110 | 101110 | 101110 |
Color Harmonies of #3FAC58
Complementary color
Monochromatic Colors of #3FAC58
Black with #3FAC58
Text Example
Text Example
White with #3FAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC58; }
p { color: rgb(63,172,88); }
H1.HeaderClassName
{
color: #3FAC58;
}
.AnyTagClassName
{
color: #3FAC58;
}
</style>
background-color css
<style>
a { background-color: #3FAC58; }
a { background-color: rgb(63,172,88); }
div.DivClassName
{
background-color: #3FAC58;
}
.BgClassName
{
background-color: #3FAC58;
}
</style>
border-color css
<style>
span { border-color: #3FAC58; }
span { border-color: rgb(63,172,88); }
td.TdClassName
{
border-color: #3FAC58;
}
.TagClassName
{
border-color: #3FAC58;
}
</style>