Shades of Chateau Green #4AA262
Tints of Chateau Green #4AA262
RGB
CMYK
RGB Variations
Color information
#4AA262 (or 0x4AA262) is known color: Chateau Green. HEX triplet: 4A, A2 and 62. RGB value is (74,162,98). Sum of RGB (Red+Green+Blue) = 74+162+98=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA262 is #B55D9D. Grayscale: #808080. Windows color (decimal): -11885982 or 6464074. OLE color: 6464074.
HSL color Cylindrical-coordinate representation of color #4AA262: hue angle of 136.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA262 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 98 | - |
| CMYK | 0.54 | 0 | 0.40 | 0.36 |
| HSL | 136.36º | 0.37% | 0.46% | - |
| HSV(B) | 136.36º | 0.54% | 0.64% | - |
| XYZ | 17.95 | 28.18 | 16.05 | - |
| YUV | 128.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 98 | 0.54 | 0 | 0.40 | 0.36 | 136.36 | 0.37 | 0.46 |
| Hex | 4A | A2 | 62 | 36 | 0 | 28 | 24 | 88 | 25 | 2E |
| Octal | 112 | 242 | 142 | 66 | 0 | 50 | 44 | 210 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1100010 | 110110 | 0 | 101000 | 100100 | 10001000 | 100101 | 101110 |
Color Harmonies of #4AA262
Complementary color
Monochromatic Colors of #4AA262
Black with #4AA262
Text Example
Text Example
White with #4AA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA262; }
p { color: rgb(74,162,98); }
H1.HeaderClassName
{
color: #4AA262;
}
.AnyTagClassName
{
color: #4AA262;
}
</style>
background-color css
<style>
a { background-color: #4AA262; }
a { background-color: rgb(74,162,98); }
div.DivClassName
{
background-color: #4AA262;
}
.BgClassName
{
background-color: #4AA262;
}
</style>
border-color css
<style>
span { border-color: #4AA262; }
span { border-color: rgb(74,162,98); }
td.TdClassName
{
border-color: #4AA262;
}
.TagClassName
{
border-color: #4AA262;
}
</style>