Shades of Chateau Green #3AAF50
Tints of Chateau Green #3AAF50
RGB
CMYK
RGB Variations
Color information
#3AAF50 (or 0x3AAF50) is known color: Chateau Green. HEX triplet: 3A, AF and 50. RGB value is (58,175,80). Sum of RGB (Red+Green+Blue) = 58+175+80=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF50 is #C550AF. Grayscale: #818181. Windows color (decimal): -12931248 or 5287738. OLE color: 5287738.
HSL color Cylindrical-coordinate representation of color #3AAF50: hue angle of 131.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF50 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 80 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.31 |
| HSL | 131.28º | 0.5% | 0.46% | - |
| HSV(B) | 131.28º | 0.67% | 0.69% | - |
| XYZ | 18.52 | 32.14 | 12.82 | - |
| YUV | 129.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 80 | 0.67 | 0 | 0.54 | 0.31 | 131.28 | 0.5 | 0.46 |
| Hex | 3A | AF | 50 | 43 | 0 | 36 | 1F | 83 | 32 | 2E |
| Octal | 72 | 257 | 120 | 103 | 0 | 66 | 37 | 203 | 62 | 56 |
| Binary | 111010 | 10101111 | 1010000 | 1000011 | 0 | 110110 | 11111 | 10000011 | 110010 | 101110 |
Color Harmonies of #3AAF50
Complementary color
Monochromatic Colors of #3AAF50
Black with #3AAF50
Text Example
Text Example
White with #3AAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF50; }
p { color: rgb(58,175,80); }
H1.HeaderClassName
{
color: #3AAF50;
}
.AnyTagClassName
{
color: #3AAF50;
}
</style>
background-color css
<style>
a { background-color: #3AAF50; }
a { background-color: rgb(58,175,80); }
div.DivClassName
{
background-color: #3AAF50;
}
.BgClassName
{
background-color: #3AAF50;
}
</style>
border-color css
<style>
span { border-color: #3AAF50; }
span { border-color: rgb(58,175,80); }
td.TdClassName
{
border-color: #3AAF50;
}
.TagClassName
{
border-color: #3AAF50;
}
</style>