Shades of Chateau Green #3FAC62
Tints of Chateau Green #3FAC62
RGB
CMYK
RGB Variations
Color information
#3FAC62 (or 0x3FAC62) is known color: Chateau Green. HEX triplet: 3F, AC and 62. RGB value is (63,172,98). Sum of RGB (Red+Green+Blue) = 63+172+98=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC62 is #C0539D. Grayscale: #838383. Windows color (decimal): -12604318 or 6466623. OLE color: 6466623.
HSL color Cylindrical-coordinate representation of color #3FAC62: hue angle of 139.27º 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 #3FAC62 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 98 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.33 |
| HSL | 139.27º | 0.46% | 0.46% | - |
| HSV(B) | 139.27º | 0.63% | 0.67% | - |
| XYZ | 19.01 | 31.44 | 16.62 | - |
| YUV | 130.97 | 109.39 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 98 | 0.63 | 0 | 0.43 | 0.33 | 139.27 | 0.46 | 0.46 |
| Hex | 3F | AC | 62 | 3F | 0 | 2B | 21 | 8B | 2E | 2E |
| Octal | 77 | 254 | 142 | 77 | 0 | 53 | 41 | 213 | 56 | 56 |
| Binary | 111111 | 10101100 | 1100010 | 111111 | 0 | 101011 | 100001 | 10001011 | 101110 | 101110 |
Color Harmonies of #3FAC62
Complementary color
Monochromatic Colors of #3FAC62
Black with #3FAC62
Text Example
Text Example
White with #3FAC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC62; }
p { color: rgb(63,172,98); }
H1.HeaderClassName
{
color: #3FAC62;
}
.AnyTagClassName
{
color: #3FAC62;
}
</style>
background-color css
<style>
a { background-color: #3FAC62; }
a { background-color: rgb(63,172,98); }
div.DivClassName
{
background-color: #3FAC62;
}
.BgClassName
{
background-color: #3FAC62;
}
</style>
border-color css
<style>
span { border-color: #3FAC62; }
span { border-color: rgb(63,172,98); }
td.TdClassName
{
border-color: #3FAC62;
}
.TagClassName
{
border-color: #3FAC62;
}
</style>