Shades of Como #4C7B5A
Tints of Como #4C7B5A
RGB
CMYK
RGB Variations
Color information
#4C7B5A (or 0x4C7B5A) is known color: Como. HEX triplet: 4C, 7B and 5A. RGB value is (76,123,90). Sum of RGB (Red+Green+Blue) = 76+123+90=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7B5A is #B384A5. Grayscale: #696969. Windows color (decimal): -11764902 or 5929804. OLE color: 5929804.
HSL color Cylindrical-coordinate representation of color #4C7B5A: hue angle of 137.87º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7B5A is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 90 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.52 |
| HSL | 137.87º | 0.24% | 0.39% | - |
| HSV(B) | 137.87º | 0.38% | 0.48% | - |
| XYZ | 11.91 | 16.44 | 12.22 | - |
| YUV | 105.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 90 | 0.38 | 0 | 0.27 | 0.52 | 137.87 | 0.24 | 0.39 |
| Hex | 4C | 7B | 5A | 26 | 0 | 1B | 34 | 8A | 18 | 27 |
| Octal | 114 | 173 | 132 | 46 | 0 | 33 | 64 | 212 | 30 | 47 |
| Binary | 1001100 | 1111011 | 1011010 | 100110 | 0 | 11011 | 110100 | 10001010 | 11000 | 100111 |
Color Harmonies of #4C7B5A
Complementary color
Monochromatic Colors of #4C7B5A
Black with #4C7B5A
Text Example
Text Example
White with #4C7B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B5A; }
p { color: rgb(76,123,90); }
H1.HeaderClassName
{
color: #4C7B5A;
}
.AnyTagClassName
{
color: #4C7B5A;
}
</style>
background-color css
<style>
a { background-color: #4C7B5A; }
a { background-color: rgb(76,123,90); }
div.DivClassName
{
background-color: #4C7B5A;
}
.BgClassName
{
background-color: #4C7B5A;
}
</style>
border-color css
<style>
span { border-color: #4C7B5A; }
span { border-color: rgb(76,123,90); }
td.TdClassName
{
border-color: #4C7B5A;
}
.TagClassName
{
border-color: #4C7B5A;
}
</style>