Shades of Como #4A8758
Tints of Como #4A8758
RGB
CMYK
RGB Variations
Color information
#4A8758 (or 0x4A8758) is known color: Como. HEX triplet: 4A, 87 and 58. RGB value is (74,135,88). Sum of RGB (Red+Green+Blue) = 74+135+88=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8758 is #B578A7. Grayscale: #6F6F6F. Windows color (decimal): -11892904 or 5801802. OLE color: 5801802.
HSL color Cylindrical-coordinate representation of color #4A8758: hue angle of 133.77º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8758 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 88 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.47 |
| HSL | 133.77º | 0.29% | 0.41% | - |
| HSV(B) | 133.77º | 0.45% | 0.53% | - |
| XYZ | 13.25 | 19.49 | 12.3 | - |
| YUV | 111.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 88 | 0.45 | 0 | 0.35 | 0.47 | 133.77 | 0.29 | 0.41 |
| Hex | 4A | 87 | 58 | 2D | 0 | 23 | 2F | 86 | 1D | 29 |
| Octal | 112 | 207 | 130 | 55 | 0 | 43 | 57 | 206 | 35 | 51 |
| Binary | 1001010 | 10000111 | 1011000 | 101101 | 0 | 100011 | 101111 | 10000110 | 11101 | 101001 |
Color Harmonies of #4A8758
Complementary color
Monochromatic Colors of #4A8758
Black with #4A8758
Text Example
Text Example
White with #4A8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8758; }
p { color: rgb(74,135,88); }
H1.HeaderClassName
{
color: #4A8758;
}
.AnyTagClassName
{
color: #4A8758;
}
</style>
background-color css
<style>
a { background-color: #4A8758; }
a { background-color: rgb(74,135,88); }
div.DivClassName
{
background-color: #4A8758;
}
.BgClassName
{
background-color: #4A8758;
}
</style>
border-color css
<style>
span { border-color: #4A8758; }
span { border-color: rgb(74,135,88); }
td.TdClassName
{
border-color: #4A8758;
}
.TagClassName
{
border-color: #4A8758;
}
</style>