Shades of Como #4A8462
Tints of Como #4A8462
RGB
CMYK
RGB Variations
Color information
#4A8462 (or 0x4A8462) is known color: Como. HEX triplet: 4A, 84 and 62. RGB value is (74,132,98). Sum of RGB (Red+Green+Blue) = 74+132+98=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8462 is #B57B9D. Grayscale: #6E6E6E. Windows color (decimal): -11893662 or 6456394. OLE color: 6456394.
HSL color Cylindrical-coordinate representation of color #4A8462: hue angle of 144.83º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8462 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 98 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.48 |
| HSL | 144.83º | 0.28% | 0.4% | - |
| HSV(B) | 144.83º | 0.44% | 0.52% | - |
| XYZ | 13.28 | 18.84 | 14.49 | - |
| YUV | 110.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 98 | 0.44 | 0 | 0.26 | 0.48 | 144.83 | 0.28 | 0.4 |
| Hex | 4A | 84 | 62 | 2C | 0 | 1A | 30 | 91 | 1C | 28 |
| Octal | 112 | 204 | 142 | 54 | 0 | 32 | 60 | 221 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1100010 | 101100 | 0 | 11010 | 110000 | 10010001 | 11100 | 101000 |
Color Harmonies of #4A8462
Complementary color
Monochromatic Colors of #4A8462
Black with #4A8462
Text Example
Text Example
White with #4A8462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8462; }
p { color: rgb(74,132,98); }
H1.HeaderClassName
{
color: #4A8462;
}
.AnyTagClassName
{
color: #4A8462;
}
</style>
background-color css
<style>
a { background-color: #4A8462; }
a { background-color: rgb(74,132,98); }
div.DivClassName
{
background-color: #4A8462;
}
.BgClassName
{
background-color: #4A8462;
}
</style>
border-color css
<style>
span { border-color: #4A8462; }
span { border-color: rgb(74,132,98); }
td.TdClassName
{
border-color: #4A8462;
}
.TagClassName
{
border-color: #4A8462;
}
</style>