Shades of Chateau Green #3FAC52
Tints of Chateau Green #3FAC52
RGB
CMYK
RGB Variations
Color information
#3FAC52 (or 0x3FAC52) is known color: Chateau Green. HEX triplet: 3F, AC and 52. RGB value is (63,172,82). Sum of RGB (Red+Green+Blue) = 63+172+82=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC52 is #C053AD. Grayscale: #818181. Windows color (decimal): -12604334 or 5418047. OLE color: 5418047.
HSL color Cylindrical-coordinate representation of color #3FAC52: hue angle of 130.46º 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 #3FAC52 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 82 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.33 |
| HSL | 130.46º | 0.46% | 0.46% | - |
| HSV(B) | 130.46º | 0.63% | 0.67% | - |
| XYZ | 18.33 | 31.17 | 13.03 | - |
| YUV | 129.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 82 | 0.63 | 0 | 0.52 | 0.33 | 130.46 | 0.46 | 0.46 |
| Hex | 3F | AC | 52 | 3F | 0 | 34 | 21 | 82 | 2E | 2E |
| Octal | 77 | 254 | 122 | 77 | 0 | 64 | 41 | 202 | 56 | 56 |
| Binary | 111111 | 10101100 | 1010010 | 111111 | 0 | 110100 | 100001 | 10000010 | 101110 | 101110 |
Color Harmonies of #3FAC52
Complementary color
Monochromatic Colors of #3FAC52
Black with #3FAC52
Text Example
Text Example
White with #3FAC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC52; }
p { color: rgb(63,172,82); }
H1.HeaderClassName
{
color: #3FAC52;
}
.AnyTagClassName
{
color: #3FAC52;
}
</style>
background-color css
<style>
a { background-color: #3FAC52; }
a { background-color: rgb(63,172,82); }
div.DivClassName
{
background-color: #3FAC52;
}
.BgClassName
{
background-color: #3FAC52;
}
</style>
border-color css
<style>
span { border-color: #3FAC52; }
span { border-color: rgb(63,172,82); }
td.TdClassName
{
border-color: #3FAC52;
}
.TagClassName
{
border-color: #3FAC52;
}
</style>