Shades of Como #4A8465
Tints of Como #4A8465
RGB
CMYK
RGB Variations
Color information
#4A8465 (or 0x4A8465) is known color: Como. HEX triplet: 4A, 84 and 65. RGB value is (74,132,101). Sum of RGB (Red+Green+Blue) = 74+132+101=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8465 is #B57B9A. Grayscale: #6F6F6F. Windows color (decimal): -11893659 or 6653002. OLE color: 6653002.
HSL color Cylindrical-coordinate representation of color #4A8465: hue angle of 147.93º 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 #4A8465 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 101 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.48 |
| HSL | 147.93º | 0.28% | 0.4% | - |
| HSV(B) | 147.93º | 0.44% | 0.52% | - |
| XYZ | 13.42 | 18.9 | 15.25 | - |
| YUV | 111.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 101 | 0.44 | 0 | 0.23 | 0.48 | 147.93 | 0.28 | 0.4 |
| Hex | 4A | 84 | 65 | 2C | 0 | 17 | 30 | 94 | 1C | 28 |
| Octal | 112 | 204 | 145 | 54 | 0 | 27 | 60 | 224 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1100101 | 101100 | 0 | 10111 | 110000 | 10010100 | 11100 | 101000 |
Color Harmonies of #4A8465
Complementary color
Monochromatic Colors of #4A8465
Black with #4A8465
Text Example
Text Example
White with #4A8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8465; }
p { color: rgb(74,132,101); }
H1.HeaderClassName
{
color: #4A8465;
}
.AnyTagClassName
{
color: #4A8465;
}
</style>
background-color css
<style>
a { background-color: #4A8465; }
a { background-color: rgb(74,132,101); }
div.DivClassName
{
background-color: #4A8465;
}
.BgClassName
{
background-color: #4A8465;
}
</style>
border-color css
<style>
span { border-color: #4A8465; }
span { border-color: rgb(74,132,101); }
td.TdClassName
{
border-color: #4A8465;
}
.TagClassName
{
border-color: #4A8465;
}
</style>