Shades of Chateau Green #3ABA52
Tints of Chateau Green #3ABA52
RGB
CMYK
RGB Variations
Color information
#3ABA52 (or 0x3ABA52) is known color: Chateau Green. HEX triplet: 3A, BA and 52. RGB value is (58,186,82). Sum of RGB (Red+Green+Blue) = 58+186+82=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 82 (32.42% from 255 or 25.15% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ABA52 is #C545AD. Grayscale: #888888. Windows color (decimal): -12928430 or 5421626. OLE color: 5421626.
HSL color Cylindrical-coordinate representation of color #3ABA52: hue angle of 131.25º 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 #3ABA52 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 82 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.27 |
| HSL | 131.25º | 0.52% | 0.48% | - |
| HSV(B) | 131.25º | 0.69% | 0.73% | - |
| XYZ | 20.83 | 36.63 | 13.95 | - |
| YUV | 135.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 82 | 0.69 | 0 | 0.56 | 0.27 | 131.25 | 0.52 | 0.48 |
| Hex | 3A | BA | 52 | 45 | 0 | 38 | 1B | 83 | 34 | 30 |
| Octal | 72 | 272 | 122 | 105 | 0 | 70 | 33 | 203 | 64 | 60 |
| Binary | 111010 | 10111010 | 1010010 | 1000101 | 0 | 111000 | 11011 | 10000011 | 110100 | 110000 |
Color Harmonies of #3ABA52
Complementary color
Monochromatic Colors of #3ABA52
Black with #3ABA52
Text Example
Text Example
White with #3ABA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA52; }
p { color: rgb(58,186,82); }
H1.HeaderClassName
{
color: #3ABA52;
}
.AnyTagClassName
{
color: #3ABA52;
}
</style>
background-color css
<style>
a { background-color: #3ABA52; }
a { background-color: rgb(58,186,82); }
div.DivClassName
{
background-color: #3ABA52;
}
.BgClassName
{
background-color: #3ABA52;
}
</style>
border-color css
<style>
span { border-color: #3ABA52; }
span { border-color: rgb(58,186,82); }
td.TdClassName
{
border-color: #3ABA52;
}
.TagClassName
{
border-color: #3ABA52;
}
</style>