Shades of Chateau Green #3AAF5E
Tints of Chateau Green #3AAF5E
RGB
CMYK
RGB Variations
Color information
#3AAF5E (or 0x3AAF5E) is known color: Chateau Green. HEX triplet: 3A, AF and 5E. RGB value is (58,175,94). Sum of RGB (Red+Green+Blue) = 58+175+94=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5E is #C550A1. Grayscale: #828282. Windows color (decimal): -12931234 or 6205242. OLE color: 6205242.
HSL color Cylindrical-coordinate representation of color #3AAF5E: hue angle of 138.46º 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 #3AAF5E is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 94 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.31 |
| HSL | 138.46º | 0.5% | 0.46% | - |
| HSV(B) | 138.46º | 0.67% | 0.69% | - |
| XYZ | 19.1 | 32.37 | 15.83 | - |
| YUV | 130.78 | 107.24 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 94 | 0.67 | 0 | 0.46 | 0.31 | 138.46 | 0.5 | 0.46 |
| Hex | 3A | AF | 5E | 43 | 0 | 2E | 1F | 8A | 32 | 2E |
| Octal | 72 | 257 | 136 | 103 | 0 | 56 | 37 | 212 | 62 | 56 |
| Binary | 111010 | 10101111 | 1011110 | 1000011 | 0 | 101110 | 11111 | 10001010 | 110010 | 101110 |
Color Harmonies of #3AAF5E
Complementary color
Monochromatic Colors of #3AAF5E
Black with #3AAF5E
Text Example
Text Example
White with #3AAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF5E; }
p { color: rgb(58,175,94); }
H1.HeaderClassName
{
color: #3AAF5E;
}
.AnyTagClassName
{
color: #3AAF5E;
}
</style>
background-color css
<style>
a { background-color: #3AAF5E; }
a { background-color: rgb(58,175,94); }
div.DivClassName
{
background-color: #3AAF5E;
}
.BgClassName
{
background-color: #3AAF5E;
}
</style>
border-color css
<style>
span { border-color: #3AAF5E; }
span { border-color: rgb(58,175,94); }
td.TdClassName
{
border-color: #3AAF5E;
}
.TagClassName
{
border-color: #3AAF5E;
}
</style>