Shades of Bilbao #4D7D2C
Tints of Bilbao #4D7D2C
RGB
CMYK
RGB Variations
Color information
#4D7D2C (or 0x4D7D2C) is known color: Bilbao. HEX triplet: 4D, 7D and 2C. RGB value is (77,125,44). Sum of RGB (Red+Green+Blue) = 77+125+44=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7D2C is #B282D3. Grayscale: #656565. Windows color (decimal): -11698900 or 2915661. OLE color: 2915661.
HSL color Cylindrical-coordinate representation of color #4D7D2C: hue angle of 95.56º 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 #4D7D2C is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 44 | - |
| CMYK | 0.38 | 0 | 0.65 | 0.51 |
| HSL | 95.56º | 0.48% | 0.33% | - |
| HSV(B) | 95.56º | 0.65% | 0.49% | - |
| XYZ | 10.85 | 16.43 | 4.98 | - |
| YUV | 101.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 44 | 0.38 | 0 | 0.65 | 0.51 | 95.56 | 0.48 | 0.33 |
| Hex | 4D | 7D | 2C | 26 | 0 | 41 | 33 | 60 | 30 | 21 |
| Octal | 115 | 175 | 54 | 46 | 0 | 101 | 63 | 140 | 60 | 41 |
| Binary | 1001101 | 1111101 | 101100 | 100110 | 0 | 1000001 | 110011 | 1100000 | 110000 | 100001 |
Color Harmonies of #4D7D2C
Complementary color
Monochromatic Colors of #4D7D2C
Black with #4D7D2C
Text Example
Text Example
White with #4D7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D2C; }
p { color: rgb(77,125,44); }
H1.HeaderClassName
{
color: #4D7D2C;
}
.AnyTagClassName
{
color: #4D7D2C;
}
</style>
background-color css
<style>
a { background-color: #4D7D2C; }
a { background-color: rgb(77,125,44); }
div.DivClassName
{
background-color: #4D7D2C;
}
.BgClassName
{
background-color: #4D7D2C;
}
</style>
border-color css
<style>
span { border-color: #4D7D2C; }
span { border-color: rgb(77,125,44); }
td.TdClassName
{
border-color: #4D7D2C;
}
.TagClassName
{
border-color: #4D7D2C;
}
</style>