Shades of Chateau Green #3AAD5E
Tints of Chateau Green #3AAD5E
RGB
CMYK
RGB Variations
Color information
#3AAD5E (or 0x3AAD5E) is known color: Chateau Green. HEX triplet: 3A, AD and 5E. RGB value is (58,173,94). Sum of RGB (Red+Green+Blue) = 58+173+94=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAD5E is #C552A1. Grayscale: #818181. Windows color (decimal): -12931746 or 6204730. OLE color: 6204730.
HSL color Cylindrical-coordinate representation of color #3AAD5E: hue angle of 138.78º 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 #3AAD5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 94 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.32 |
| HSL | 138.78º | 0.5% | 0.45% | - |
| HSV(B) | 138.78º | 0.66% | 0.68% | - |
| XYZ | 18.71 | 31.59 | 15.7 | - |
| YUV | 129.61 | 107.9 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 94 | 0.66 | 0 | 0.46 | 0.32 | 138.78 | 0.5 | 0.45 |
| Hex | 3A | AD | 5E | 42 | 0 | 2E | 20 | 8B | 32 | 2D |
| Octal | 72 | 255 | 136 | 102 | 0 | 56 | 40 | 213 | 62 | 55 |
| Binary | 111010 | 10101101 | 1011110 | 1000010 | 0 | 101110 | 100000 | 10001011 | 110010 | 101101 |
Color Harmonies of #3AAD5E
Complementary color
Monochromatic Colors of #3AAD5E
Black with #3AAD5E
Text Example
Text Example
White with #3AAD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD5E; }
p { color: rgb(58,173,94); }
H1.HeaderClassName
{
color: #3AAD5E;
}
.AnyTagClassName
{
color: #3AAD5E;
}
</style>
background-color css
<style>
a { background-color: #3AAD5E; }
a { background-color: rgb(58,173,94); }
div.DivClassName
{
background-color: #3AAD5E;
}
.BgClassName
{
background-color: #3AAD5E;
}
</style>
border-color css
<style>
span { border-color: #3AAD5E; }
span { border-color: rgb(58,173,94); }
td.TdClassName
{
border-color: #3AAD5E;
}
.TagClassName
{
border-color: #3AAD5E;
}
</style>