Shades of Chateau Green #3A9E5E
Tints of Chateau Green #3A9E5E
RGB
CMYK
RGB Variations
Color information
#3A9E5E (or 0x3A9E5E) is known color: Chateau Green. HEX triplet: 3A, 9E and 5E. RGB value is (58,158,94). Sum of RGB (Red+Green+Blue) = 58+158+94=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E5E is #C561A1. Grayscale: #787878. Windows color (decimal): -12935586 or 6200890. OLE color: 6200890.
HSL color Cylindrical-coordinate representation of color #3A9E5E: hue angle of 141.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9E5E is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 94 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.38 |
| HSL | 141.6º | 0.46% | 0.42% | - |
| HSV(B) | 141.6º | 0.63% | 0.62% | - |
| XYZ | 15.99 | 26.16 | 14.8 | - |
| YUV | 120.8 | 112.87 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 94 | 0.63 | 0 | 0.41 | 0.38 | 141.6 | 0.46 | 0.42 |
| Hex | 3A | 9E | 5E | 3F | 0 | 29 | 26 | 8E | 2E | 2A |
| Octal | 72 | 236 | 136 | 77 | 0 | 51 | 46 | 216 | 56 | 52 |
| Binary | 111010 | 10011110 | 1011110 | 111111 | 0 | 101001 | 100110 | 10001110 | 101110 | 101010 |
Color Harmonies of #3A9E5E
Complementary color
Monochromatic Colors of #3A9E5E
Black with #3A9E5E
Text Example
Text Example
White with #3A9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E5E; }
p { color: rgb(58,158,94); }
H1.HeaderClassName
{
color: #3A9E5E;
}
.AnyTagClassName
{
color: #3A9E5E;
}
</style>
background-color css
<style>
a { background-color: #3A9E5E; }
a { background-color: rgb(58,158,94); }
div.DivClassName
{
background-color: #3A9E5E;
}
.BgClassName
{
background-color: #3A9E5E;
}
</style>
border-color css
<style>
span { border-color: #3A9E5E; }
span { border-color: rgb(58,158,94); }
td.TdClassName
{
border-color: #3A9E5E;
}
.TagClassName
{
border-color: #3A9E5E;
}
</style>