Shades of Como #4A8461
Tints of Como #4A8461
RGB
CMYK
RGB Variations
Color information
#4A8461 (or 0x4A8461) is known color: Como. HEX triplet: 4A, 84 and 61. RGB value is (74,132,97). Sum of RGB (Red+Green+Blue) = 74+132+97=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8461 is #B57B9E. Grayscale: #6E6E6E. Windows color (decimal): -11893663 or 6390858. OLE color: 6390858.
HSL color Cylindrical-coordinate representation of color #4A8461: hue angle of 143.79º 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 #4A8461 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 97 | - |
| CMYK | 0.44 | 0 | 0.27 | 0.48 |
| HSL | 143.79º | 0.28% | 0.4% | - |
| HSV(B) | 143.79º | 0.44% | 0.52% | - |
| XYZ | 13.23 | 18.82 | 14.24 | - |
| YUV | 110.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 97 | 0.44 | 0 | 0.27 | 0.48 | 143.79 | 0.28 | 0.4 |
| Hex | 4A | 84 | 61 | 2C | 0 | 1B | 30 | 90 | 1C | 28 |
| Octal | 112 | 204 | 141 | 54 | 0 | 33 | 60 | 220 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1100001 | 101100 | 0 | 11011 | 110000 | 10010000 | 11100 | 101000 |
Color Harmonies of #4A8461
Complementary color
Monochromatic Colors of #4A8461
Black with #4A8461
Text Example
Text Example
White with #4A8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8461; }
p { color: rgb(74,132,97); }
H1.HeaderClassName
{
color: #4A8461;
}
.AnyTagClassName
{
color: #4A8461;
}
</style>
background-color css
<style>
a { background-color: #4A8461; }
a { background-color: rgb(74,132,97); }
div.DivClassName
{
background-color: #4A8461;
}
.BgClassName
{
background-color: #4A8461;
}
</style>
border-color css
<style>
span { border-color: #4A8461; }
span { border-color: rgb(74,132,97); }
td.TdClassName
{
border-color: #4A8461;
}
.TagClassName
{
border-color: #4A8461;
}
</style>