Shades of Chateau Green #3AAD5C
Tints of Chateau Green #3AAD5C
RGB
CMYK
RGB Variations
Color information
#3AAD5C (or 0x3AAD5C) is known color: Chateau Green. HEX triplet: 3A, AD and 5C. RGB value is (58,173,92). Sum of RGB (Red+Green+Blue) = 58+173+92=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAD5C is #C552A3. Grayscale: #818181. Windows color (decimal): -12931748 or 6073658. OLE color: 6073658.
HSL color Cylindrical-coordinate representation of color #3AAD5C: hue angle of 137.74º 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 #3AAD5C is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 92 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.32 |
| HSL | 137.74º | 0.5% | 0.45% | - |
| HSV(B) | 137.74º | 0.66% | 0.68% | - |
| XYZ | 18.62 | 31.56 | 15.24 | - |
| YUV | 129.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 92 | 0.66 | 0 | 0.47 | 0.32 | 137.74 | 0.5 | 0.45 |
| Hex | 3A | AD | 5C | 42 | 0 | 2F | 20 | 8A | 32 | 2D |
| Octal | 72 | 255 | 134 | 102 | 0 | 57 | 40 | 212 | 62 | 55 |
| Binary | 111010 | 10101101 | 1011100 | 1000010 | 0 | 101111 | 100000 | 10001010 | 110010 | 101101 |
Color Harmonies of #3AAD5C
Complementary color
Monochromatic Colors of #3AAD5C
Black with #3AAD5C
Text Example
Text Example
White with #3AAD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD5C; }
p { color: rgb(58,173,92); }
H1.HeaderClassName
{
color: #3AAD5C;
}
.AnyTagClassName
{
color: #3AAD5C;
}
</style>
background-color css
<style>
a { background-color: #3AAD5C; }
a { background-color: rgb(58,173,92); }
div.DivClassName
{
background-color: #3AAD5C;
}
.BgClassName
{
background-color: #3AAD5C;
}
</style>
border-color css
<style>
span { border-color: #3AAD5C; }
span { border-color: rgb(58,173,92); }
td.TdClassName
{
border-color: #3AAD5C;
}
.TagClassName
{
border-color: #3AAD5C;
}
</style>