Shades of Chateau Green #3FAC5D
Tints of Chateau Green #3FAC5D
RGB
CMYK
RGB Variations
Color information
#3FAC5D (or 0x3FAC5D) is known color: Chateau Green. HEX triplet: 3F, AC and 5D. RGB value is (63,172,93). Sum of RGB (Red+Green+Blue) = 63+172+93=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC5D is #C053A2. Grayscale: #828282. Windows color (decimal): -12604323 or 6138943. OLE color: 6138943.
HSL color Cylindrical-coordinate representation of color #3FAC5D: hue angle of 136.51º 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 #3FAC5D is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 93 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.33 |
| HSL | 136.51º | 0.46% | 0.46% | - |
| HSV(B) | 136.51º | 0.63% | 0.67% | - |
| XYZ | 18.78 | 31.35 | 15.42 | - |
| YUV | 130.4 | 106.89 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 93 | 0.63 | 0 | 0.46 | 0.33 | 136.51 | 0.46 | 0.46 |
| Hex | 3F | AC | 5D | 3F | 0 | 2E | 21 | 89 | 2E | 2E |
| Octal | 77 | 254 | 135 | 77 | 0 | 56 | 41 | 211 | 56 | 56 |
| Binary | 111111 | 10101100 | 1011101 | 111111 | 0 | 101110 | 100001 | 10001001 | 101110 | 101110 |
Color Harmonies of #3FAC5D
Complementary color
Monochromatic Colors of #3FAC5D
Black with #3FAC5D
Text Example
Text Example
White with #3FAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC5D; }
p { color: rgb(63,172,93); }
H1.HeaderClassName
{
color: #3FAC5D;
}
.AnyTagClassName
{
color: #3FAC5D;
}
</style>
background-color css
<style>
a { background-color: #3FAC5D; }
a { background-color: rgb(63,172,93); }
div.DivClassName
{
background-color: #3FAC5D;
}
.BgClassName
{
background-color: #3FAC5D;
}
</style>
border-color css
<style>
span { border-color: #3FAC5D; }
span { border-color: rgb(63,172,93); }
td.TdClassName
{
border-color: #3FAC5D;
}
.TagClassName
{
border-color: #3FAC5D;
}
</style>