Shades of Chateau Green #3A954F
Tints of Chateau Green #3A954F
RGB
CMYK
RGB Variations
Color information
#3A954F (or 0x3A954F) is known color: Chateau Green. HEX triplet: 3A, 95 and 4F. RGB value is (58,149,79). Sum of RGB (Red+Green+Blue) = 58+149+79=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #3A954F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A954F is #C56AB0. Grayscale: #727272. Windows color (decimal): -12937905 or 5215546. OLE color: 5215546.
HSL color Cylindrical-coordinate representation of color #3A954F: hue angle of 133.85º 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 #3A954F is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 79 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.42 |
| HSL | 133.85º | 0.44% | 0.41% | - |
| HSV(B) | 133.85º | 0.61% | 0.58% | - |
| XYZ | 13.9 | 22.96 | 11.1 | - |
| YUV | 113.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 79 | 0.61 | 0 | 0.47 | 0.42 | 133.85 | 0.44 | 0.41 |
| Hex | 3A | 95 | 4F | 3D | 0 | 2F | 2A | 86 | 2C | 29 |
| Octal | 72 | 225 | 117 | 75 | 0 | 57 | 52 | 206 | 54 | 51 |
| Binary | 111010 | 10010101 | 1001111 | 111101 | 0 | 101111 | 101010 | 10000110 | 101100 | 101001 |
Color Harmonies of #3A954F
Complementary color
Monochromatic Colors of #3A954F
Black with #3A954F
Text Example
Text Example
White with #3A954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A954F; }
p { color: rgb(58,149,79); }
H1.HeaderClassName
{
color: #3A954F;
}
.AnyTagClassName
{
color: #3A954F;
}
</style>
background-color css
<style>
a { background-color: #3A954F; }
a { background-color: rgb(58,149,79); }
div.DivClassName
{
background-color: #3A954F;
}
.BgClassName
{
background-color: #3A954F;
}
</style>
border-color css
<style>
span { border-color: #3A954F; }
span { border-color: rgb(58,149,79); }
td.TdClassName
{
border-color: #3A954F;
}
.TagClassName
{
border-color: #3A954F;
}
</style>