Shades of Bilbao #4D7C2C
Tints of Bilbao #4D7C2C
RGB
CMYK
RGB Variations
Color information
#4D7C2C (or 0x4D7C2C) is known color: Bilbao. HEX triplet: 4D, 7C and 2C. RGB value is (77,124,44). Sum of RGB (Red+Green+Blue) = 77+124+44=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7C2C is #B283D3. Grayscale: #656565. Windows color (decimal): -11699156 or 2915405. OLE color: 2915405.
HSL color Cylindrical-coordinate representation of color #4D7C2C: hue angle of 95.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D7C2C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 124 | 44 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.51 |
| HSL | 95.25º | 0.48% | 0.33% | - |
| HSV(B) | 95.25º | 0.65% | 0.49% | - |
| XYZ | 10.72 | 16.17 | 4.94 | - |
| YUV | 100.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 44 | 0.38 | 0 | 0.65 | 0.51 | 95.25 | 0.48 | 0.33 |
| Hex | 4D | 7C | 2C | 26 | 0 | 41 | 33 | 5F | 30 | 21 |
| Octal | 115 | 174 | 54 | 46 | 0 | 101 | 63 | 137 | 60 | 41 |
| Binary | 1001101 | 1111100 | 101100 | 100110 | 0 | 1000001 | 110011 | 1011111 | 110000 | 100001 |
Color Harmonies of #4D7C2C
Complementary color
Monochromatic Colors of #4D7C2C
Black with #4D7C2C
Text Example
Text Example
White with #4D7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7C2C; }
p { color: rgb(77,124,44); }
H1.HeaderClassName
{
color: #4D7C2C;
}
.AnyTagClassName
{
color: #4D7C2C;
}
</style>
background-color css
<style>
a { background-color: #4D7C2C; }
a { background-color: rgb(77,124,44); }
div.DivClassName
{
background-color: #4D7C2C;
}
.BgClassName
{
background-color: #4D7C2C;
}
</style>
border-color css
<style>
span { border-color: #4D7C2C; }
span { border-color: rgb(77,124,44); }
td.TdClassName
{
border-color: #4D7C2C;
}
.TagClassName
{
border-color: #4D7C2C;
}
</style>