Shades of Chateau Green #3BAB55
Tints of Chateau Green #3BAB55
RGB
CMYK
RGB Variations
Color information
#3BAB55 (or 0x3BAB55) is known color: Chateau Green. HEX triplet: 3B, AB and 55. RGB value is (59,171,85). Sum of RGB (Red+Green+Blue) = 59+171+85=315 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.73% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAB55 is #C454AA. Grayscale: #7F7F7F. Windows color (decimal): -12866731 or 5614395. OLE color: 5614395.
HSL color Cylindrical-coordinate representation of color #3BAB55: hue angle of 133.93º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB55 is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 85 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.33 |
| HSL | 133.93º | 0.49% | 0.45% | - |
| HSV(B) | 133.93º | 0.65% | 0.67% | - |
| XYZ | 18.01 | 30.71 | 13.57 | - |
| YUV | 127.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 85 | 0.65 | 0 | 0.50 | 0.33 | 133.93 | 0.49 | 0.45 |
| Hex | 3B | AB | 55 | 41 | 0 | 32 | 21 | 86 | 31 | 2D |
| Octal | 73 | 253 | 125 | 101 | 0 | 62 | 41 | 206 | 61 | 55 |
| Binary | 111011 | 10101011 | 1010101 | 1000001 | 0 | 110010 | 100001 | 10000110 | 110001 | 101101 |
Color Harmonies of #3BAB55
Complementary color
Monochromatic Colors of #3BAB55
Black with #3BAB55
Text Example
Text Example
White with #3BAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB55; }
p { color: rgb(59,171,85); }
H1.HeaderClassName
{
color: #3BAB55;
}
.AnyTagClassName
{
color: #3BAB55;
}
</style>
background-color css
<style>
a { background-color: #3BAB55; }
a { background-color: rgb(59,171,85); }
div.DivClassName
{
background-color: #3BAB55;
}
.BgClassName
{
background-color: #3BAB55;
}
</style>
border-color css
<style>
span { border-color: #3BAB55; }
span { border-color: rgb(59,171,85); }
td.TdClassName
{
border-color: #3BAB55;
}
.TagClassName
{
border-color: #3BAB55;
}
</style>