Shades of Chateau Green #3A914D
Tints of Chateau Green #3A914D
RGB
CMYK
RGB Variations
Color information
#3A914D (or 0x3A914D) is known color: Chateau Green. HEX triplet: 3A, 91 and 4D. RGB value is (58,145,77). Sum of RGB (Red+Green+Blue) = 58+145+77=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #3A914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A914D is #C56EB2. Grayscale: #6F6F6F. Windows color (decimal): -12938931 or 5083450. OLE color: 5083450.
HSL color Cylindrical-coordinate representation of color #3A914D: hue angle of 133.1º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A914D is Cyan = 0.6, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 145 | 77 | - |
| CMYK | 0.6 | 0 | 0.47 | 0.43 |
| HSL | 133.1º | 0.43% | 0.4% | - |
| HSV(B) | 133.1º | 0.6% | 0.57% | - |
| XYZ | 13.21 | 21.69 | 10.51 | - |
| YUV | 111.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 145 | 77 | 0.6 | 0 | 0.47 | 0.43 | 133.1 | 0.43 | 0.4 |
| Hex | 3A | 91 | 4D | 3C | 0 | 2F | 2B | 85 | 2B | 28 |
| Octal | 72 | 221 | 115 | 74 | 0 | 57 | 53 | 205 | 53 | 50 |
| Binary | 111010 | 10010001 | 1001101 | 111100 | 0 | 101111 | 101011 | 10000101 | 101011 | 101000 |
Color Harmonies of #3A914D
Complementary color
Monochromatic Colors of #3A914D
Black with #3A914D
Text Example
Text Example
White with #3A914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A914D; }
p { color: rgb(58,145,77); }
H1.HeaderClassName
{
color: #3A914D;
}
.AnyTagClassName
{
color: #3A914D;
}
</style>
background-color css
<style>
a { background-color: #3A914D; }
a { background-color: rgb(58,145,77); }
div.DivClassName
{
background-color: #3A914D;
}
.BgClassName
{
background-color: #3A914D;
}
</style>
border-color css
<style>
span { border-color: #3A914D; }
span { border-color: rgb(58,145,77); }
td.TdClassName
{
border-color: #3A914D;
}
.TagClassName
{
border-color: #3A914D;
}
</style>