Shades of Como #4A885B
Tints of Como #4A885B
RGB
CMYK
RGB Variations
Color information
#4A885B (or 0x4A885B) is known color: Como. HEX triplet: 4A, 88 and 5B. RGB value is (74,136,91). Sum of RGB (Red+Green+Blue) = 74+136+91=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #4A885B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A885B is #B577A4. Grayscale: #707070. Windows color (decimal): -11892645 or 5998666. OLE color: 5998666.
HSL color Cylindrical-coordinate representation of color #4A885B: hue angle of 136.45º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A885B is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 91 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.47 |
| HSL | 136.45º | 0.3% | 0.41% | - |
| HSV(B) | 136.45º | 0.46% | 0.53% | - |
| XYZ | 13.52 | 19.82 | 13.01 | - |
| YUV | 112.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 91 | 0.46 | 0 | 0.33 | 0.47 | 136.45 | 0.3 | 0.41 |
| Hex | 4A | 88 | 5B | 2E | 0 | 21 | 2F | 88 | 1E | 29 |
| Octal | 112 | 210 | 133 | 56 | 0 | 41 | 57 | 210 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1011011 | 101110 | 0 | 100001 | 101111 | 10001000 | 11110 | 101001 |
Color Harmonies of #4A885B
Complementary color
Monochromatic Colors of #4A885B
Black with #4A885B
Text Example
Text Example
White with #4A885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A885B; }
p { color: rgb(74,136,91); }
H1.HeaderClassName
{
color: #4A885B;
}
.AnyTagClassName
{
color: #4A885B;
}
</style>
background-color css
<style>
a { background-color: #4A885B; }
a { background-color: rgb(74,136,91); }
div.DivClassName
{
background-color: #4A885B;
}
.BgClassName
{
background-color: #4A885B;
}
</style>
border-color css
<style>
span { border-color: #4A885B; }
span { border-color: rgb(74,136,91); }
td.TdClassName
{
border-color: #4A885B;
}
.TagClassName
{
border-color: #4A885B;
}
</style>