Shades of Como #4A8A62
Tints of Como #4A8A62
RGB
CMYK
RGB Variations
Color information
#4A8A62 (or 0x4A8A62) is known color: Como. HEX triplet: 4A, 8A and 62. RGB value is (74,138,98). Sum of RGB (Red+Green+Blue) = 74+138+98=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8A62 is #B5759D. Grayscale: #727272. Windows color (decimal): -11892126 or 6457930. OLE color: 6457930.
HSL color Cylindrical-coordinate representation of color #4A8A62: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8A62 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 98 | - |
| CMYK | 0.46 | 0 | 0.29 | 0.46 |
| HSL | 142.5º | 0.3% | 0.42% | - |
| HSV(B) | 142.5º | 0.46% | 0.54% | - |
| XYZ | 14.12 | 20.51 | 14.77 | - |
| YUV | 114.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 98 | 0.46 | 0 | 0.29 | 0.46 | 142.5 | 0.3 | 0.42 |
| Hex | 4A | 8A | 62 | 2E | 0 | 1D | 2E | 8E | 1E | 2A |
| Octal | 112 | 212 | 142 | 56 | 0 | 35 | 56 | 216 | 36 | 52 |
| Binary | 1001010 | 10001010 | 1100010 | 101110 | 0 | 11101 | 101110 | 10001110 | 11110 | 101010 |
Color Harmonies of #4A8A62
Complementary color
Monochromatic Colors of #4A8A62
Black with #4A8A62
Text Example
Text Example
White with #4A8A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A62; }
p { color: rgb(74,138,98); }
H1.HeaderClassName
{
color: #4A8A62;
}
.AnyTagClassName
{
color: #4A8A62;
}
</style>
background-color css
<style>
a { background-color: #4A8A62; }
a { background-color: rgb(74,138,98); }
div.DivClassName
{
background-color: #4A8A62;
}
.BgClassName
{
background-color: #4A8A62;
}
</style>
border-color css
<style>
span { border-color: #4A8A62; }
span { border-color: rgb(74,138,98); }
td.TdClassName
{
border-color: #4A8A62;
}
.TagClassName
{
border-color: #4A8A62;
}
</style>