Shades of Chateau Green #3BAC5F
Tints of Chateau Green #3BAC5F
RGB
CMYK
RGB Variations
Color information
#3BAC5F (or 0x3BAC5F) is known color: Chateau Green. HEX triplet: 3B, AC and 5F. RGB value is (59,172,95). Sum of RGB (Red+Green+Blue) = 59+172+95=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC5F is #C453A0. Grayscale: #818181. Windows color (decimal): -12866465 or 6270011. OLE color: 6270011.
HSL color Cylindrical-coordinate representation of color #3BAC5F: hue angle of 139.12º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC5F is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 95 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.33 |
| HSL | 139.12º | 0.49% | 0.45% | - |
| HSV(B) | 139.12º | 0.66% | 0.67% | - |
| XYZ | 18.62 | 31.26 | 15.88 | - |
| YUV | 129.44 | 108.56 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 95 | 0.66 | 0 | 0.45 | 0.33 | 139.12 | 0.49 | 0.45 |
| Hex | 3B | AC | 5F | 42 | 0 | 2D | 21 | 8B | 31 | 2D |
| Octal | 73 | 254 | 137 | 102 | 0 | 55 | 41 | 213 | 61 | 55 |
| Binary | 111011 | 10101100 | 1011111 | 1000010 | 0 | 101101 | 100001 | 10001011 | 110001 | 101101 |
Color Harmonies of #3BAC5F
Complementary color
Monochromatic Colors of #3BAC5F
Black with #3BAC5F
Text Example
Text Example
White with #3BAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC5F; }
p { color: rgb(59,172,95); }
H1.HeaderClassName
{
color: #3BAC5F;
}
.AnyTagClassName
{
color: #3BAC5F;
}
</style>
background-color css
<style>
a { background-color: #3BAC5F; }
a { background-color: rgb(59,172,95); }
div.DivClassName
{
background-color: #3BAC5F;
}
.BgClassName
{
background-color: #3BAC5F;
}
</style>
border-color css
<style>
span { border-color: #3BAC5F; }
span { border-color: rgb(59,172,95); }
td.TdClassName
{
border-color: #3BAC5F;
}
.TagClassName
{
border-color: #3BAC5F;
}
</style>