Shades of Chateau Green #3FAC5C
Tints of Chateau Green #3FAC5C
RGB
CMYK
RGB Variations
Color information
#3FAC5C (or 0x3FAC5C) is known color: Chateau Green. HEX triplet: 3F, AC and 5C. RGB value is (63,172,92). Sum of RGB (Red+Green+Blue) = 63+172+92=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC5C is #C053A3. Grayscale: #828282. Windows color (decimal): -12604324 or 6073407. OLE color: 6073407.
HSL color Cylindrical-coordinate representation of color #3FAC5C: hue angle of 135.96º 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 #3FAC5C is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 92 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.33 |
| HSL | 135.96º | 0.46% | 0.46% | - |
| HSV(B) | 135.96º | 0.63% | 0.67% | - |
| XYZ | 18.73 | 31.33 | 15.19 | - |
| YUV | 130.29 | 106.39 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 92 | 0.63 | 0 | 0.47 | 0.33 | 135.96 | 0.46 | 0.46 |
| Hex | 3F | AC | 5C | 3F | 0 | 2F | 21 | 88 | 2E | 2E |
| Octal | 77 | 254 | 134 | 77 | 0 | 57 | 41 | 210 | 56 | 56 |
| Binary | 111111 | 10101100 | 1011100 | 111111 | 0 | 101111 | 100001 | 10001000 | 101110 | 101110 |
Color Harmonies of #3FAC5C
Complementary color
Monochromatic Colors of #3FAC5C
Black with #3FAC5C
Text Example
Text Example
White with #3FAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC5C; }
p { color: rgb(63,172,92); }
H1.HeaderClassName
{
color: #3FAC5C;
}
.AnyTagClassName
{
color: #3FAC5C;
}
</style>
background-color css
<style>
a { background-color: #3FAC5C; }
a { background-color: rgb(63,172,92); }
div.DivClassName
{
background-color: #3FAC5C;
}
.BgClassName
{
background-color: #3FAC5C;
}
</style>
border-color css
<style>
span { border-color: #3FAC5C; }
span { border-color: rgb(63,172,92); }
td.TdClassName
{
border-color: #3FAC5C;
}
.TagClassName
{
border-color: #3FAC5C;
}
</style>