Shades of Chateau Green #3A9E5B
Tints of Chateau Green #3A9E5B
RGB
CMYK
RGB Variations
Color information
#3A9E5B (or 0x3A9E5B) is known color: Chateau Green. HEX triplet: 3A, 9E and 5B. RGB value is (58,158,91). Sum of RGB (Red+Green+Blue) = 58+158+91=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 158 (62.11% from 255 or 51.47% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E5B is #C561A4. Grayscale: #787878. Windows color (decimal): -12935589 or 6004282. OLE color: 6004282.
HSL color Cylindrical-coordinate representation of color #3A9E5B: hue angle of 139.8º 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 #3A9E5B is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 91 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.38 |
| HSL | 139.8º | 0.46% | 0.42% | - |
| HSV(B) | 139.8º | 0.63% | 0.62% | - |
| XYZ | 15.86 | 26.11 | 14.1 | - |
| YUV | 120.46 | 111.37 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 91 | 0.63 | 0 | 0.42 | 0.38 | 139.8 | 0.46 | 0.42 |
| Hex | 3A | 9E | 5B | 3F | 0 | 2A | 26 | 8C | 2E | 2A |
| Octal | 72 | 236 | 133 | 77 | 0 | 52 | 46 | 214 | 56 | 52 |
| Binary | 111010 | 10011110 | 1011011 | 111111 | 0 | 101010 | 100110 | 10001100 | 101110 | 101010 |
Color Harmonies of #3A9E5B
Complementary color
Monochromatic Colors of #3A9E5B
Black with #3A9E5B
Text Example
Text Example
White with #3A9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E5B; }
p { color: rgb(58,158,91); }
H1.HeaderClassName
{
color: #3A9E5B;
}
.AnyTagClassName
{
color: #3A9E5B;
}
</style>
background-color css
<style>
a { background-color: #3A9E5B; }
a { background-color: rgb(58,158,91); }
div.DivClassName
{
background-color: #3A9E5B;
}
.BgClassName
{
background-color: #3A9E5B;
}
</style>
border-color css
<style>
span { border-color: #3A9E5B; }
span { border-color: rgb(58,158,91); }
td.TdClassName
{
border-color: #3A9E5B;
}
.TagClassName
{
border-color: #3A9E5B;
}
</style>