Shades of Bilbao #4B7D16
Tints of Bilbao #4B7D16
RGB
CMYK
RGB Variations
Color information
#4B7D16 (or 0x4B7D16) is known color: Bilbao. HEX triplet: 4B, 7D and 16. RGB value is (75,125,22). Sum of RGB (Red+Green+Blue) = 75+125+22=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7D16 is #B482E9. Grayscale: #626262. Windows color (decimal): -11829994 or 1473867. OLE color: 1473867.
HSL color Cylindrical-coordinate representation of color #4B7D16: hue angle of 89.13º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B7D16 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 22 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.51 |
| HSL | 89.13º | 0.7% | 0.29% | - |
| HSV(B) | 89.13º | 0.82% | 0.49% | - |
| XYZ | 10.38 | 16.22 | 3.34 | - |
| YUV | 98.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 22 | 0.40 | 0 | 0.82 | 0.51 | 89.13 | 0.7 | 0.29 |
| Hex | 4B | 7D | 16 | 28 | 0 | 52 | 33 | 59 | 46 | 1D |
| Octal | 113 | 175 | 26 | 50 | 0 | 122 | 63 | 131 | 106 | 35 |
| Binary | 1001011 | 1111101 | 10110 | 101000 | 0 | 1010010 | 110011 | 1011001 | 1000110 | 11101 |
Color Harmonies of #4B7D16
Complementary color
Monochromatic Colors of #4B7D16
Black with #4B7D16
Text Example
Text Example
White with #4B7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D16; }
p { color: rgb(75,125,22); }
H1.HeaderClassName
{
color: #4B7D16;
}
.AnyTagClassName
{
color: #4B7D16;
}
</style>
background-color css
<style>
a { background-color: #4B7D16; }
a { background-color: rgb(75,125,22); }
div.DivClassName
{
background-color: #4B7D16;
}
.BgClassName
{
background-color: #4B7D16;
}
</style>
border-color css
<style>
span { border-color: #4B7D16; }
span { border-color: rgb(75,125,22); }
td.TdClassName
{
border-color: #4B7D16;
}
.TagClassName
{
border-color: #4B7D16;
}
</style>