Shades of Chateau Green #3AAD5A
Tints of Chateau Green #3AAD5A
RGB
CMYK
RGB Variations
Color information
#3AAD5A (or 0x3AAD5A) is known color: Chateau Green. HEX triplet: 3A, AD and 5A. RGB value is (58,173,90). Sum of RGB (Red+Green+Blue) = 58+173+90=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAD5A is #C552A5. Grayscale: #818181. Windows color (decimal): -12931750 or 5942586. OLE color: 5942586.
HSL color Cylindrical-coordinate representation of color #3AAD5A: hue angle of 136.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD5A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 90 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.32 |
| HSL | 136.7º | 0.5% | 0.45% | - |
| HSV(B) | 136.7º | 0.66% | 0.68% | - |
| XYZ | 18.53 | 31.52 | 14.78 | - |
| YUV | 129.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 90 | 0.66 | 0 | 0.48 | 0.32 | 136.7 | 0.5 | 0.45 |
| Hex | 3A | AD | 5A | 42 | 0 | 30 | 20 | 89 | 32 | 2D |
| Octal | 72 | 255 | 132 | 102 | 0 | 60 | 40 | 211 | 62 | 55 |
| Binary | 111010 | 10101101 | 1011010 | 1000010 | 0 | 110000 | 100000 | 10001001 | 110010 | 101101 |
Color Harmonies of #3AAD5A
Complementary color
Monochromatic Colors of #3AAD5A
Black with #3AAD5A
Text Example
Text Example
White with #3AAD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD5A; }
p { color: rgb(58,173,90); }
H1.HeaderClassName
{
color: #3AAD5A;
}
.AnyTagClassName
{
color: #3AAD5A;
}
</style>
background-color css
<style>
a { background-color: #3AAD5A; }
a { background-color: rgb(58,173,90); }
div.DivClassName
{
background-color: #3AAD5A;
}
.BgClassName
{
background-color: #3AAD5A;
}
</style>
border-color css
<style>
span { border-color: #3AAD5A; }
span { border-color: rgb(58,173,90); }
td.TdClassName
{
border-color: #3AAD5A;
}
.TagClassName
{
border-color: #3AAD5A;
}
</style>