Shades of Chateau Green #3A964D
Tints of Chateau Green #3A964D
RGB
CMYK
RGB Variations
Color information
#3A964D (or 0x3A964D) is known color: Chateau Green. HEX triplet: 3A, 96 and 4D. RGB value is (58,150,77). Sum of RGB (Red+Green+Blue) = 58+150+77=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #3A964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A964D is #C569B2. Grayscale: #727272. Windows color (decimal): -12937651 or 5084730. OLE color: 5084730.
HSL color Cylindrical-coordinate representation of color #3A964D: hue angle of 132.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A964D is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 77 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.41 |
| HSL | 132.39º | 0.44% | 0.41% | - |
| HSV(B) | 132.39º | 0.61% | 0.59% | - |
| XYZ | 13.99 | 23.25 | 10.77 | - |
| YUV | 114.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 77 | 0.61 | 0 | 0.49 | 0.41 | 132.39 | 0.44 | 0.41 |
| Hex | 3A | 96 | 4D | 3D | 0 | 31 | 29 | 84 | 2C | 29 |
| Octal | 72 | 226 | 115 | 75 | 0 | 61 | 51 | 204 | 54 | 51 |
| Binary | 111010 | 10010110 | 1001101 | 111101 | 0 | 110001 | 101001 | 10000100 | 101100 | 101001 |
Color Harmonies of #3A964D
Complementary color
Monochromatic Colors of #3A964D
Black with #3A964D
Text Example
Text Example
White with #3A964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A964D; }
p { color: rgb(58,150,77); }
H1.HeaderClassName
{
color: #3A964D;
}
.AnyTagClassName
{
color: #3A964D;
}
</style>
background-color css
<style>
a { background-color: #3A964D; }
a { background-color: rgb(58,150,77); }
div.DivClassName
{
background-color: #3A964D;
}
.BgClassName
{
background-color: #3A964D;
}
</style>
border-color css
<style>
span { border-color: #3A964D; }
span { border-color: rgb(58,150,77); }
td.TdClassName
{
border-color: #3A964D;
}
.TagClassName
{
border-color: #3A964D;
}
</style>