Shades of Chateau Green #3ABA5A
Tints of Chateau Green #3ABA5A
RGB
CMYK
RGB Variations
Color information
#3ABA5A (or 0x3ABA5A) is known color: Chateau Green. HEX triplet: 3A, BA and 5A. RGB value is (58,186,90). Sum of RGB (Red+Green+Blue) = 58+186+90=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABA5A is #C545A5. Grayscale: #898989. Windows color (decimal): -12928422 or 5945914. OLE color: 5945914.
HSL color Cylindrical-coordinate representation of color #3ABA5A: hue angle of 135º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABA5A is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 90 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.27 |
| HSL | 135º | 0.52% | 0.48% | - |
| HSV(B) | 135º | 0.69% | 0.73% | - |
| XYZ | 21.15 | 36.76 | 15.65 | - |
| YUV | 136.78 | 101.59 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 90 | 0.69 | 0 | 0.52 | 0.27 | 135 | 0.52 | 0.48 |
| Hex | 3A | BA | 5A | 45 | 0 | 34 | 1B | 87 | 34 | 30 |
| Octal | 72 | 272 | 132 | 105 | 0 | 64 | 33 | 207 | 64 | 60 |
| Binary | 111010 | 10111010 | 1011010 | 1000101 | 0 | 110100 | 11011 | 10000111 | 110100 | 110000 |
Color Harmonies of #3ABA5A
Complementary color
Monochromatic Colors of #3ABA5A
Black with #3ABA5A
Text Example
Text Example
White with #3ABA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA5A; }
p { color: rgb(58,186,90); }
H1.HeaderClassName
{
color: #3ABA5A;
}
.AnyTagClassName
{
color: #3ABA5A;
}
</style>
background-color css
<style>
a { background-color: #3ABA5A; }
a { background-color: rgb(58,186,90); }
div.DivClassName
{
background-color: #3ABA5A;
}
.BgClassName
{
background-color: #3ABA5A;
}
</style>
border-color css
<style>
span { border-color: #3ABA5A; }
span { border-color: rgb(58,186,90); }
td.TdClassName
{
border-color: #3ABA5A;
}
.TagClassName
{
border-color: #3ABA5A;
}
</style>