Shades of Chateau Green #4A9162
Tints of Chateau Green #4A9162
RGB
CMYK
RGB Variations
Color information
#4A9162 (or 0x4A9162) is known color: Chateau Green. HEX triplet: 4A, 91 and 62. RGB value is (74,145,98). Sum of RGB (Red+Green+Blue) = 74+145+98=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #4A9162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9162 is #B56E9D. Grayscale: #767676. Windows color (decimal): -11890334 or 6459722. OLE color: 6459722.
HSL color Cylindrical-coordinate representation of color #4A9162: hue angle of 140.28º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A9162 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 74 | 145 | 98 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.43 |
| HSL | 140.28º | 0.32% | 0.43% | - |
| HSV(B) | 140.28º | 0.49% | 0.57% | - |
| XYZ | 15.15 | 22.59 | 15.12 | - |
| YUV | 118.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 98 | 0.49 | 0 | 0.32 | 0.43 | 140.28 | 0.32 | 0.43 |
| Hex | 4A | 91 | 62 | 31 | 0 | 20 | 2B | 8C | 20 | 2B |
| Octal | 112 | 221 | 142 | 61 | 0 | 40 | 53 | 214 | 40 | 53 |
| Binary | 1001010 | 10010001 | 1100010 | 110001 | 0 | 100000 | 101011 | 10001100 | 100000 | 101011 |
Color Harmonies of #4A9162
Complementary color
Monochromatic Colors of #4A9162
Black with #4A9162
Text Example
Text Example
White with #4A9162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9162; }
p { color: rgb(74,145,98); }
H1.HeaderClassName
{
color: #4A9162;
}
.AnyTagClassName
{
color: #4A9162;
}
</style>
background-color css
<style>
a { background-color: #4A9162; }
a { background-color: rgb(74,145,98); }
div.DivClassName
{
background-color: #4A9162;
}
.BgClassName
{
background-color: #4A9162;
}
</style>
border-color css
<style>
span { border-color: #4A9162; }
span { border-color: rgb(74,145,98); }
td.TdClassName
{
border-color: #4A9162;
}
.TagClassName
{
border-color: #4A9162;
}
</style>