Shades of Chateau Green #3A954E
Tints of Chateau Green #3A954E
RGB
CMYK
RGB Variations
Color information
#3A954E (or 0x3A954E) is known color: Chateau Green. HEX triplet: 3A, 95 and 4E. RGB value is (58,149,78). Sum of RGB (Red+Green+Blue) = 58+149+78=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A954E is #C56AB1. Grayscale: #717171. Windows color (decimal): -12937906 or 5150010. OLE color: 5150010.
HSL color Cylindrical-coordinate representation of color #3A954E: hue angle of 133.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A954E is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 78 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.42 |
| HSL | 133.19º | 0.44% | 0.41% | - |
| HSV(B) | 133.19º | 0.61% | 0.58% | - |
| XYZ | 13.87 | 22.94 | 10.91 | - |
| YUV | 113.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 78 | 0.61 | 0 | 0.48 | 0.42 | 133.19 | 0.44 | 0.41 |
| Hex | 3A | 95 | 4E | 3D | 0 | 30 | 2A | 85 | 2C | 29 |
| Octal | 72 | 225 | 116 | 75 | 0 | 60 | 52 | 205 | 54 | 51 |
| Binary | 111010 | 10010101 | 1001110 | 111101 | 0 | 110000 | 101010 | 10000101 | 101100 | 101001 |
Color Harmonies of #3A954E
Complementary color
Monochromatic Colors of #3A954E
Black with #3A954E
Text Example
Text Example
White with #3A954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A954E; }
p { color: rgb(58,149,78); }
H1.HeaderClassName
{
color: #3A954E;
}
.AnyTagClassName
{
color: #3A954E;
}
</style>
background-color css
<style>
a { background-color: #3A954E; }
a { background-color: rgb(58,149,78); }
div.DivClassName
{
background-color: #3A954E;
}
.BgClassName
{
background-color: #3A954E;
}
</style>
border-color css
<style>
span { border-color: #3A954E; }
span { border-color: rgb(58,149,78); }
td.TdClassName
{
border-color: #3A954E;
}
.TagClassName
{
border-color: #3A954E;
}
</style>