Shades of Como #4A835E
Tints of Como #4A835E
RGB
CMYK
RGB Variations
Color information
#4A835E (or 0x4A835E) is known color: Como. HEX triplet: 4A, 83 and 5E. RGB value is (74,131,94). Sum of RGB (Red+Green+Blue) = 74+131+94=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #4A835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A835E is #B57CA1. Grayscale: #6D6D6D. Windows color (decimal): -11893922 or 6193994. OLE color: 6193994.
HSL color Cylindrical-coordinate representation of color #4A835E: hue angle of 141.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A835E is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 131 | 94 | - |
| CMYK | 0.44 | 0 | 0.28 | 0.49 |
| HSL | 141.05º | 0.28% | 0.4% | - |
| HSV(B) | 141.05º | 0.44% | 0.51% | - |
| XYZ | 12.96 | 18.5 | 13.48 | - |
| YUV | 109.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 94 | 0.44 | 0 | 0.28 | 0.49 | 141.05 | 0.28 | 0.4 |
| Hex | 4A | 83 | 5E | 2C | 0 | 1C | 31 | 8D | 1C | 28 |
| Octal | 112 | 203 | 136 | 54 | 0 | 34 | 61 | 215 | 34 | 50 |
| Binary | 1001010 | 10000011 | 1011110 | 101100 | 0 | 11100 | 110001 | 10001101 | 11100 | 101000 |
Color Harmonies of #4A835E
Complementary color
Monochromatic Colors of #4A835E
Black with #4A835E
Text Example
Text Example
White with #4A835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A835E; }
p { color: rgb(74,131,94); }
H1.HeaderClassName
{
color: #4A835E;
}
.AnyTagClassName
{
color: #4A835E;
}
</style>
background-color css
<style>
a { background-color: #4A835E; }
a { background-color: rgb(74,131,94); }
div.DivClassName
{
background-color: #4A835E;
}
.BgClassName
{
background-color: #4A835E;
}
</style>
border-color css
<style>
span { border-color: #4A835E; }
span { border-color: rgb(74,131,94); }
td.TdClassName
{
border-color: #4A835E;
}
.TagClassName
{
border-color: #4A835E;
}
</style>