Shades of Bilbao #4C7B29
Tints of Bilbao #4C7B29
RGB
CMYK
RGB Variations
Color information
#4C7B29 (or 0x4C7B29) is known color: Bilbao. HEX triplet: 4C, 7B and 29. RGB value is (76,123,41). Sum of RGB (Red+Green+Blue) = 76+123+41=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #4C7B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7B29 is #B384D6. Grayscale: #636363. Windows color (decimal): -11764951 or 2718540. OLE color: 2718540.
HSL color Cylindrical-coordinate representation of color #4C7B29: hue angle of 94.39º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C7B29 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 123 | 41 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.52 |
| HSL | 94.39º | 0.5% | 0.32% | - |
| HSV(B) | 94.39º | 0.67% | 0.48% | - |
| XYZ | 10.46 | 15.86 | 4.61 | - |
| YUV | 99.6 | 94.93 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 123 | 41 | 0.38 | 0 | 0.67 | 0.52 | 94.39 | 0.5 | 0.32 |
| Hex | 4C | 7B | 29 | 26 | 0 | 43 | 34 | 5E | 32 | 20 |
| Octal | 114 | 173 | 51 | 46 | 0 | 103 | 64 | 136 | 62 | 40 |
| Binary | 1001100 | 1111011 | 101001 | 100110 | 0 | 1000011 | 110100 | 1011110 | 110010 | 100000 |
Color Harmonies of #4C7B29
Complementary color
Monochromatic Colors of #4C7B29
Black with #4C7B29
Text Example
Text Example
White with #4C7B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7B29; }
p { color: rgb(76,123,41); }
H1.HeaderClassName
{
color: #4C7B29;
}
.AnyTagClassName
{
color: #4C7B29;
}
</style>
background-color css
<style>
a { background-color: #4C7B29; }
a { background-color: rgb(76,123,41); }
div.DivClassName
{
background-color: #4C7B29;
}
.BgClassName
{
background-color: #4C7B29;
}
</style>
border-color css
<style>
span { border-color: #4C7B29; }
span { border-color: rgb(76,123,41); }
td.TdClassName
{
border-color: #4C7B29;
}
.TagClassName
{
border-color: #4C7B29;
}
</style>