Shades of Chateau Green #3A8E50
Tints of Chateau Green #3A8E50
RGB
CMYK
RGB Variations
Color information
#3A8E50 (or 0x3A8E50) is known color: Chateau Green. HEX triplet: 3A, 8E and 50. RGB value is (58,142,80). Sum of RGB (Red+Green+Blue) = 58+142+80=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #3A8E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8E50 is #C571AF. Grayscale: #6D6D6D. Windows color (decimal): -12939696 or 5279290. OLE color: 5279290.
HSL color Cylindrical-coordinate representation of color #3A8E50: hue angle of 135.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8E50 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 142 | 80 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.44 |
| HSL | 135.71º | 0.42% | 0.39% | - |
| HSV(B) | 135.71º | 0.59% | 0.56% | - |
| XYZ | 12.87 | 20.82 | 10.93 | - |
| YUV | 109.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 80 | 0.59 | 0 | 0.44 | 0.44 | 135.71 | 0.42 | 0.39 |
| Hex | 3A | 8E | 50 | 3B | 0 | 2C | 2C | 88 | 2A | 27 |
| Octal | 72 | 216 | 120 | 73 | 0 | 54 | 54 | 210 | 52 | 47 |
| Binary | 111010 | 10001110 | 1010000 | 111011 | 0 | 101100 | 101100 | 10001000 | 101010 | 100111 |
Color Harmonies of #3A8E50
Complementary color
Monochromatic Colors of #3A8E50
Black with #3A8E50
Text Example
Text Example
White with #3A8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8E50; }
p { color: rgb(58,142,80); }
H1.HeaderClassName
{
color: #3A8E50;
}
.AnyTagClassName
{
color: #3A8E50;
}
</style>
background-color css
<style>
a { background-color: #3A8E50; }
a { background-color: rgb(58,142,80); }
div.DivClassName
{
background-color: #3A8E50;
}
.BgClassName
{
background-color: #3A8E50;
}
</style>
border-color css
<style>
span { border-color: #3A8E50; }
span { border-color: rgb(58,142,80); }
td.TdClassName
{
border-color: #3A8E50;
}
.TagClassName
{
border-color: #3A8E50;
}
</style>