Shades of Como #4B7B5F
Tints of Como #4B7B5F
RGB
CMYK
RGB Variations
Color information
#4B7B5F (or 0x4B7B5F) is known color: Como. HEX triplet: 4B, 7B and 5F. RGB value is (75,123,95). Sum of RGB (Red+Green+Blue) = 75+123+95=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7B5F is #B484A0. Grayscale: #696969. Windows color (decimal): -11830433 or 6257483. OLE color: 6257483.
HSL color Cylindrical-coordinate representation of color #4B7B5F: hue angle of 145º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7B5F is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 123 | 95 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.52 |
| HSL | 145º | 0.24% | 0.39% | - |
| HSV(B) | 145º | 0.39% | 0.48% | - |
| XYZ | 12.05 | 16.49 | 13.37 | - |
| YUV | 105.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 123 | 95 | 0.39 | 0 | 0.23 | 0.52 | 145 | 0.24 | 0.39 |
| Hex | 4B | 7B | 5F | 27 | 0 | 17 | 34 | 91 | 18 | 27 |
| Octal | 113 | 173 | 137 | 47 | 0 | 27 | 64 | 221 | 30 | 47 |
| Binary | 1001011 | 1111011 | 1011111 | 100111 | 0 | 10111 | 110100 | 10010001 | 11000 | 100111 |
Color Harmonies of #4B7B5F
Complementary color
Monochromatic Colors of #4B7B5F
Black with #4B7B5F
Text Example
Text Example
White with #4B7B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7B5F; }
p { color: rgb(75,123,95); }
H1.HeaderClassName
{
color: #4B7B5F;
}
.AnyTagClassName
{
color: #4B7B5F;
}
</style>
background-color css
<style>
a { background-color: #4B7B5F; }
a { background-color: rgb(75,123,95); }
div.DivClassName
{
background-color: #4B7B5F;
}
.BgClassName
{
background-color: #4B7B5F;
}
</style>
border-color css
<style>
span { border-color: #4B7B5F; }
span { border-color: rgb(75,123,95); }
td.TdClassName
{
border-color: #4B7B5F;
}
.TagClassName
{
border-color: #4B7B5F;
}
</style>