Shades of Chateau Green #3BAB50
Tints of Chateau Green #3BAB50
RGB
CMYK
RGB Variations
Color information
#3BAB50 (or 0x3BAB50) is known color: Chateau Green. HEX triplet: 3B, AB and 50. RGB value is (59,171,80). Sum of RGB (Red+Green+Blue) = 59+171+80=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAB50 is #C454AF. Grayscale: #7F7F7F. Windows color (decimal): -12866736 or 5286715. OLE color: 5286715.
HSL color Cylindrical-coordinate representation of color #3BAB50: hue angle of 131.25º 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 #3BAB50 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 80 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.33 |
| HSL | 131.25º | 0.49% | 0.45% | - |
| HSV(B) | 131.25º | 0.65% | 0.67% | - |
| XYZ | 17.81 | 30.63 | 12.56 | - |
| YUV | 127.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 80 | 0.65 | 0 | 0.53 | 0.33 | 131.25 | 0.49 | 0.45 |
| Hex | 3B | AB | 50 | 41 | 0 | 35 | 21 | 83 | 31 | 2D |
| Octal | 73 | 253 | 120 | 101 | 0 | 65 | 41 | 203 | 61 | 55 |
| Binary | 111011 | 10101011 | 1010000 | 1000001 | 0 | 110101 | 100001 | 10000011 | 110001 | 101101 |
Color Harmonies of #3BAB50
Complementary color
Monochromatic Colors of #3BAB50
Black with #3BAB50
Text Example
Text Example
White with #3BAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB50; }
p { color: rgb(59,171,80); }
H1.HeaderClassName
{
color: #3BAB50;
}
.AnyTagClassName
{
color: #3BAB50;
}
</style>
background-color css
<style>
a { background-color: #3BAB50; }
a { background-color: rgb(59,171,80); }
div.DivClassName
{
background-color: #3BAB50;
}
.BgClassName
{
background-color: #3BAB50;
}
</style>
border-color css
<style>
span { border-color: #3BAB50; }
span { border-color: rgb(59,171,80); }
td.TdClassName
{
border-color: #3BAB50;
}
.TagClassName
{
border-color: #3BAB50;
}
</style>