Shades of Chateau Green #3BAC59
Tints of Chateau Green #3BAC59
RGB
CMYK
RGB Variations
Color information
#3BAC59 (or 0x3BAC59) is known color: Chateau Green. HEX triplet: 3B, AC and 59. RGB value is (59,172,89). Sum of RGB (Red+Green+Blue) = 59+172+89=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC59 is #C453A6. Grayscale: #808080. Windows color (decimal): -12866471 or 5876795. OLE color: 5876795.
HSL color Cylindrical-coordinate representation of color #3BAC59: hue angle of 135.93º 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 #3BAC59 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 89 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.33 |
| HSL | 135.93º | 0.49% | 0.45% | - |
| HSV(B) | 135.93º | 0.66% | 0.67% | - |
| XYZ | 18.36 | 31.16 | 14.5 | - |
| YUV | 128.75 | 105.56 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 89 | 0.66 | 0 | 0.48 | 0.33 | 135.93 | 0.49 | 0.45 |
| Hex | 3B | AC | 59 | 42 | 0 | 30 | 21 | 88 | 31 | 2D |
| Octal | 73 | 254 | 131 | 102 | 0 | 60 | 41 | 210 | 61 | 55 |
| Binary | 111011 | 10101100 | 1011001 | 1000010 | 0 | 110000 | 100001 | 10001000 | 110001 | 101101 |
Color Harmonies of #3BAC59
Complementary color
Monochromatic Colors of #3BAC59
Black with #3BAC59
Text Example
Text Example
White with #3BAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC59; }
p { color: rgb(59,172,89); }
H1.HeaderClassName
{
color: #3BAC59;
}
.AnyTagClassName
{
color: #3BAC59;
}
</style>
background-color css
<style>
a { background-color: #3BAC59; }
a { background-color: rgb(59,172,89); }
div.DivClassName
{
background-color: #3BAC59;
}
.BgClassName
{
background-color: #3BAC59;
}
</style>
border-color css
<style>
span { border-color: #3BAC59; }
span { border-color: rgb(59,172,89); }
td.TdClassName
{
border-color: #3BAC59;
}
.TagClassName
{
border-color: #3BAC59;
}
</style>