Shades of Chateau Green #4AB561
Tints of Chateau Green #4AB561
RGB
CMYK
RGB Variations
Color information
#4AB561 (or 0x4AB561) is known color: Chateau Green. HEX triplet: 4A, B5 and 61. RGB value is (74,181,97). Sum of RGB (Red+Green+Blue) = 74+181+97=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB561 is #B54A9E. Grayscale: #8B8B8B. Windows color (decimal): -11881119 or 6403402. OLE color: 6403402.
HSL color Cylindrical-coordinate representation of color #4AB561: hue angle of 132.9º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB561 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 97 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.29 |
| HSL | 132.9º | 0.42% | 0.5% | - |
| HSV(B) | 132.9º | 0.59% | 0.71% | - |
| XYZ | 21.51 | 35.37 | 17 | - |
| YUV | 139.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 97 | 0.59 | 0 | 0.46 | 0.29 | 132.9 | 0.42 | 0.5 |
| Hex | 4A | B5 | 61 | 3B | 0 | 2E | 1D | 85 | 2A | 32 |
| Octal | 112 | 265 | 141 | 73 | 0 | 56 | 35 | 205 | 52 | 62 |
| Binary | 1001010 | 10110101 | 1100001 | 111011 | 0 | 101110 | 11101 | 10000101 | 101010 | 110010 |
Color Harmonies of #4AB561
Complementary color
Monochromatic Colors of #4AB561
Black with #4AB561
Text Example
Text Example
White with #4AB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB561; }
p { color: rgb(74,181,97); }
H1.HeaderClassName
{
color: #4AB561;
}
.AnyTagClassName
{
color: #4AB561;
}
</style>
background-color css
<style>
a { background-color: #4AB561; }
a { background-color: rgb(74,181,97); }
div.DivClassName
{
background-color: #4AB561;
}
.BgClassName
{
background-color: #4AB561;
}
</style>
border-color css
<style>
span { border-color: #4AB561; }
span { border-color: rgb(74,181,97); }
td.TdClassName
{
border-color: #4AB561;
}
.TagClassName
{
border-color: #4AB561;
}
</style>