Shades of Chateau Green #4AB060
Tints of Chateau Green #4AB060
RGB
CMYK
RGB Variations
Color information
#4AB060 (or 0x4AB060) is known color: Chateau Green. HEX triplet: 4A, B0 and 60. RGB value is (74,176,96). Sum of RGB (Red+Green+Blue) = 74+176+96=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB060 is #B54F9F. Grayscale: #888888. Windows color (decimal): -11882400 or 6336586. OLE color: 6336586.
HSL color Cylindrical-coordinate representation of color #4AB060: hue angle of 132.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB060 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 96 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.31 |
| HSL | 132.94º | 0.41% | 0.49% | - |
| HSV(B) | 132.94º | 0.58% | 0.69% | - |
| XYZ | 20.46 | 33.35 | 16.43 | - |
| YUV | 136.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 96 | 0.58 | 0 | 0.45 | 0.31 | 132.94 | 0.41 | 0.49 |
| Hex | 4A | B0 | 60 | 3A | 0 | 2D | 1F | 85 | 29 | 31 |
| Octal | 112 | 260 | 140 | 72 | 0 | 55 | 37 | 205 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1100000 | 111010 | 0 | 101101 | 11111 | 10000101 | 101001 | 110001 |
Color Harmonies of #4AB060
Complementary color
Monochromatic Colors of #4AB060
Black with #4AB060
Text Example
Text Example
White with #4AB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB060; }
p { color: rgb(74,176,96); }
H1.HeaderClassName
{
color: #4AB060;
}
.AnyTagClassName
{
color: #4AB060;
}
</style>
background-color css
<style>
a { background-color: #4AB060; }
a { background-color: rgb(74,176,96); }
div.DivClassName
{
background-color: #4AB060;
}
.BgClassName
{
background-color: #4AB060;
}
</style>
border-color css
<style>
span { border-color: #4AB060; }
span { border-color: rgb(74,176,96); }
td.TdClassName
{
border-color: #4AB060;
}
.TagClassName
{
border-color: #4AB060;
}
</style>