Shades of Como #4D805A
Tints of Como #4D805A
RGB
CMYK
RGB Variations
Color information
#4D805A (or 0x4D805A) is known color: Como. HEX triplet: 4D, 80 and 5A. RGB value is (77,128,90). Sum of RGB (Red+Green+Blue) = 77+128+90=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #4D805A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D805A is #B27FA5. Grayscale: #6C6C6C. Windows color (decimal): -11698086 or 5931085. OLE color: 5931085.
HSL color Cylindrical-coordinate representation of color #4D805A: hue angle of 135.29º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D805A is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 90 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.50 |
| HSL | 135.29º | 0.25% | 0.4% | - |
| HSV(B) | 135.29º | 0.4% | 0.5% | - |
| XYZ | 12.63 | 17.75 | 12.43 | - |
| YUV | 108.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 90 | 0.40 | 0 | 0.30 | 0.50 | 135.29 | 0.25 | 0.4 |
| Hex | 4D | 80 | 5A | 28 | 0 | 1E | 32 | 87 | 19 | 28 |
| Octal | 115 | 200 | 132 | 50 | 0 | 36 | 62 | 207 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1011010 | 101000 | 0 | 11110 | 110010 | 10000111 | 11001 | 101000 |
Color Harmonies of #4D805A
Complementary color
Monochromatic Colors of #4D805A
Black with #4D805A
Text Example
Text Example
White with #4D805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D805A; }
p { color: rgb(77,128,90); }
H1.HeaderClassName
{
color: #4D805A;
}
.AnyTagClassName
{
color: #4D805A;
}
</style>
background-color css
<style>
a { background-color: #4D805A; }
a { background-color: rgb(77,128,90); }
div.DivClassName
{
background-color: #4D805A;
}
.BgClassName
{
background-color: #4D805A;
}
</style>
border-color css
<style>
span { border-color: #4D805A; }
span { border-color: rgb(77,128,90); }
td.TdClassName
{
border-color: #4D805A;
}
.TagClassName
{
border-color: #4D805A;
}
</style>