Shades of Como #4A805F
Tints of Como #4A805F
RGB
CMYK
RGB Variations
Color information
#4A805F (or 0x4A805F) is known color: Como. HEX triplet: 4A, 80 and 5F. RGB value is (74,128,95). Sum of RGB (Red+Green+Blue) = 74+128+95=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #4A805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A805F is #B57FA0. Grayscale: #6C6C6C. Windows color (decimal): -11894689 or 6258762. OLE color: 6258762.
HSL color Cylindrical-coordinate representation of color #4A805F: hue angle of 143.33º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A805F is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 95 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.50 |
| HSL | 143.33º | 0.27% | 0.4% | - |
| HSV(B) | 143.33º | 0.42% | 0.5% | - |
| XYZ | 12.61 | 17.72 | 13.58 | - |
| YUV | 108.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 95 | 0.42 | 0 | 0.26 | 0.50 | 143.33 | 0.27 | 0.4 |
| Hex | 4A | 80 | 5F | 2A | 0 | 1A | 32 | 8F | 1B | 28 |
| Octal | 112 | 200 | 137 | 52 | 0 | 32 | 62 | 217 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1011111 | 101010 | 0 | 11010 | 110010 | 10001111 | 11011 | 101000 |
Color Harmonies of #4A805F
Complementary color
Monochromatic Colors of #4A805F
Black with #4A805F
Text Example
Text Example
White with #4A805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A805F; }
p { color: rgb(74,128,95); }
H1.HeaderClassName
{
color: #4A805F;
}
.AnyTagClassName
{
color: #4A805F;
}
</style>
background-color css
<style>
a { background-color: #4A805F; }
a { background-color: rgb(74,128,95); }
div.DivClassName
{
background-color: #4A805F;
}
.BgClassName
{
background-color: #4A805F;
}
</style>
border-color css
<style>
span { border-color: #4A805F; }
span { border-color: rgb(74,128,95); }
td.TdClassName
{
border-color: #4A805F;
}
.TagClassName
{
border-color: #4A805F;
}
</style>