Shades of Chateau Green #3BAC58
Tints of Chateau Green #3BAC58
RGB
CMYK
RGB Variations
Color information
#3BAC58 (or 0x3BAC58) is known color: Chateau Green. HEX triplet: 3B, AC and 58. RGB value is (59,172,88). Sum of RGB (Red+Green+Blue) = 59+172+88=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC58 is #C453A7. Grayscale: #808080. Windows color (decimal): -12866472 or 5811259. OLE color: 5811259.
HSL color Cylindrical-coordinate representation of color #3BAC58: hue angle of 135.4º 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 #3BAC58 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 88 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.33 |
| HSL | 135.4º | 0.49% | 0.45% | - |
| HSV(B) | 135.4º | 0.66% | 0.67% | - |
| XYZ | 18.32 | 31.14 | 14.28 | - |
| YUV | 128.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 88 | 0.66 | 0 | 0.49 | 0.33 | 135.4 | 0.49 | 0.45 |
| Hex | 3B | AC | 58 | 42 | 0 | 31 | 21 | 87 | 31 | 2D |
| Octal | 73 | 254 | 130 | 102 | 0 | 61 | 41 | 207 | 61 | 55 |
| Binary | 111011 | 10101100 | 1011000 | 1000010 | 0 | 110001 | 100001 | 10000111 | 110001 | 101101 |
Color Harmonies of #3BAC58
Complementary color
Monochromatic Colors of #3BAC58
Black with #3BAC58
Text Example
Text Example
White with #3BAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC58; }
p { color: rgb(59,172,88); }
H1.HeaderClassName
{
color: #3BAC58;
}
.AnyTagClassName
{
color: #3BAC58;
}
</style>
background-color css
<style>
a { background-color: #3BAC58; }
a { background-color: rgb(59,172,88); }
div.DivClassName
{
background-color: #3BAC58;
}
.BgClassName
{
background-color: #3BAC58;
}
</style>
border-color css
<style>
span { border-color: #3BAC58; }
span { border-color: rgb(59,172,88); }
td.TdClassName
{
border-color: #3BAC58;
}
.TagClassName
{
border-color: #3BAC58;
}
</style>