Shades of Chateau Green #4A8D58
Tints of Chateau Green #4A8D58
RGB
CMYK
RGB Variations
Color information
#4A8D58 (or 0x4A8D58) is known color: Chateau Green. HEX triplet: 4A, 8D and 58. RGB value is (74,141,88). Sum of RGB (Red+Green+Blue) = 74+141+88=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8D58 is #B572A7. Grayscale: #737373. Windows color (decimal): -11891368 or 5803338. OLE color: 5803338.
HSL color Cylindrical-coordinate representation of color #4A8D58: hue angle of 132.54º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8D58 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 141 | 88 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.45 |
| HSL | 132.54º | 0.31% | 0.42% | - |
| HSV(B) | 132.54º | 0.48% | 0.55% | - |
| XYZ | 14.11 | 21.21 | 12.58 | - |
| YUV | 114.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 88 | 0.48 | 0 | 0.38 | 0.45 | 132.54 | 0.31 | 0.42 |
| Hex | 4A | 8D | 58 | 30 | 0 | 26 | 2D | 85 | 1F | 2A |
| Octal | 112 | 215 | 130 | 60 | 0 | 46 | 55 | 205 | 37 | 52 |
| Binary | 1001010 | 10001101 | 1011000 | 110000 | 0 | 100110 | 101101 | 10000101 | 11111 | 101010 |
Color Harmonies of #4A8D58
Complementary color
Monochromatic Colors of #4A8D58
Black with #4A8D58
Text Example
Text Example
White with #4A8D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8D58; }
p { color: rgb(74,141,88); }
H1.HeaderClassName
{
color: #4A8D58;
}
.AnyTagClassName
{
color: #4A8D58;
}
</style>
background-color css
<style>
a { background-color: #4A8D58; }
a { background-color: rgb(74,141,88); }
div.DivClassName
{
background-color: #4A8D58;
}
.BgClassName
{
background-color: #4A8D58;
}
</style>
border-color css
<style>
span { border-color: #4A8D58; }
span { border-color: rgb(74,141,88); }
td.TdClassName
{
border-color: #4A8D58;
}
.TagClassName
{
border-color: #4A8D58;
}
</style>