Shades of Chateau Green #4AB360
Tints of Chateau Green #4AB360
RGB
CMYK
RGB Variations
Color information
#4AB360 (or 0x4AB360) is known color: Chateau Green. HEX triplet: 4A, B3 and 60. RGB value is (74,179,96). Sum of RGB (Red+Green+Blue) = 74+179+96=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB360 is #B54C9F. Grayscale: #8A8A8A. Windows color (decimal): -11881632 or 6337354. OLE color: 6337354.
HSL color Cylindrical-coordinate representation of color #4AB360: hue angle of 132.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB360 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 96 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.30 |
| HSL | 132.57º | 0.42% | 0.5% | - |
| HSV(B) | 132.57º | 0.59% | 0.7% | - |
| XYZ | 21.06 | 34.54 | 16.62 | - |
| YUV | 138.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 96 | 0.59 | 0 | 0.46 | 0.30 | 132.57 | 0.42 | 0.5 |
| Hex | 4A | B3 | 60 | 3B | 0 | 2E | 1E | 85 | 2A | 32 |
| Octal | 112 | 263 | 140 | 73 | 0 | 56 | 36 | 205 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1100000 | 111011 | 0 | 101110 | 11110 | 10000101 | 101010 | 110010 |
Color Harmonies of #4AB360
Complementary color
Monochromatic Colors of #4AB360
Black with #4AB360
Text Example
Text Example
White with #4AB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB360; }
p { color: rgb(74,179,96); }
H1.HeaderClassName
{
color: #4AB360;
}
.AnyTagClassName
{
color: #4AB360;
}
</style>
background-color css
<style>
a { background-color: #4AB360; }
a { background-color: rgb(74,179,96); }
div.DivClassName
{
background-color: #4AB360;
}
.BgClassName
{
background-color: #4AB360;
}
</style>
border-color css
<style>
span { border-color: #4AB360; }
span { border-color: rgb(74,179,96); }
td.TdClassName
{
border-color: #4AB360;
}
.TagClassName
{
border-color: #4AB360;
}
</style>