Shades of Bilbao #4B8411
Tints of Bilbao #4B8411
RGB
CMYK
RGB Variations
Color information
#4B8411 (or 0x4B8411) is known color: Bilbao. HEX triplet: 4B, 84 and 11. RGB value is (75,132,17). Sum of RGB (Red+Green+Blue) = 75+132+17=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8411 is #B47BEE. Grayscale: #666666. Windows color (decimal): -11828207 or 1147979. OLE color: 1147979.
HSL color Cylindrical-coordinate representation of color #4B8411: hue angle of 89.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B8411 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 75 | 132 | 17 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.48 |
| HSL | 89.74º | 0.77% | 0.29% | - |
| HSV(B) | 89.74º | 0.87% | 0.52% | - |
| XYZ | 11.25 | 18.04 | 3.42 | - |
| YUV | 101.85 | 80.12 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 132 | 17 | 0.43 | 0 | 0.87 | 0.48 | 89.74 | 0.77 | 0.29 |
| Hex | 4B | 84 | 11 | 2B | 0 | 57 | 30 | 5A | 4D | 1D |
| Octal | 113 | 204 | 21 | 53 | 0 | 127 | 60 | 132 | 115 | 35 |
| Binary | 1001011 | 10000100 | 10001 | 101011 | 0 | 1010111 | 110000 | 1011010 | 1001101 | 11101 |
Color Harmonies of #4B8411
Complementary color
Monochromatic Colors of #4B8411
Black with #4B8411
Text Example
Text Example
White with #4B8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8411; }
p { color: rgb(75,132,17); }
H1.HeaderClassName
{
color: #4B8411;
}
.AnyTagClassName
{
color: #4B8411;
}
</style>
background-color css
<style>
a { background-color: #4B8411; }
a { background-color: rgb(75,132,17); }
div.DivClassName
{
background-color: #4B8411;
}
.BgClassName
{
background-color: #4B8411;
}
</style>
border-color css
<style>
span { border-color: #4B8411; }
span { border-color: rgb(75,132,17); }
td.TdClassName
{
border-color: #4B8411;
}
.TagClassName
{
border-color: #4B8411;
}
</style>