Shades of Chateau Green #3FAC5B
Tints of Chateau Green #3FAC5B
RGB
CMYK
RGB Variations
Color information
#3FAC5B (or 0x3FAC5B) is known color: Chateau Green. HEX triplet: 3F, AC and 5B. RGB value is (63,172,91). Sum of RGB (Red+Green+Blue) = 63+172+91=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC5B is #C053A4. Grayscale: #828282. Windows color (decimal): -12604325 or 6007871. OLE color: 6007871.
HSL color Cylindrical-coordinate representation of color #3FAC5B: hue angle of 135.41º 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 #3FAC5B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 91 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.33 |
| HSL | 135.41º | 0.46% | 0.46% | - |
| HSV(B) | 135.41º | 0.63% | 0.67% | - |
| XYZ | 18.69 | 31.32 | 14.96 | - |
| YUV | 130.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 91 | 0.63 | 0 | 0.47 | 0.33 | 135.41 | 0.46 | 0.46 |
| Hex | 3F | AC | 5B | 3F | 0 | 2F | 21 | 87 | 2E | 2E |
| Octal | 77 | 254 | 133 | 77 | 0 | 57 | 41 | 207 | 56 | 56 |
| Binary | 111111 | 10101100 | 1011011 | 111111 | 0 | 101111 | 100001 | 10000111 | 101110 | 101110 |
Color Harmonies of #3FAC5B
Complementary color
Monochromatic Colors of #3FAC5B
Black with #3FAC5B
Text Example
Text Example
White with #3FAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC5B; }
p { color: rgb(63,172,91); }
H1.HeaderClassName
{
color: #3FAC5B;
}
.AnyTagClassName
{
color: #3FAC5B;
}
</style>
background-color css
<style>
a { background-color: #3FAC5B; }
a { background-color: rgb(63,172,91); }
div.DivClassName
{
background-color: #3FAC5B;
}
.BgClassName
{
background-color: #3FAC5B;
}
</style>
border-color css
<style>
span { border-color: #3FAC5B; }
span { border-color: rgb(63,172,91); }
td.TdClassName
{
border-color: #3FAC5B;
}
.TagClassName
{
border-color: #3FAC5B;
}
</style>