Shades of Bilbao #4B7D18
Tints of Bilbao #4B7D18
RGB
CMYK
RGB Variations
Color information
#4B7D18 (or 0x4B7D18) is known color: Bilbao. HEX triplet: 4B, 7D and 18. RGB value is (75,125,24). Sum of RGB (Red+Green+Blue) = 75+125+24=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7D18 is #B482E7. Grayscale: #626262. Windows color (decimal): -11829992 or 1604939. OLE color: 1604939.
HSL color Cylindrical-coordinate representation of color #4B7D18: hue angle of 89.7º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B7D18 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 24 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.51 |
| HSL | 89.7º | 0.68% | 0.29% | - |
| HSV(B) | 89.7º | 0.81% | 0.49% | - |
| XYZ | 10.4 | 16.23 | 3.45 | - |
| YUV | 98.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 24 | 0.40 | 0 | 0.81 | 0.51 | 89.7 | 0.68 | 0.29 |
| Hex | 4B | 7D | 18 | 28 | 0 | 51 | 33 | 5A | 44 | 1D |
| Octal | 113 | 175 | 30 | 50 | 0 | 121 | 63 | 132 | 104 | 35 |
| Binary | 1001011 | 1111101 | 11000 | 101000 | 0 | 1010001 | 110011 | 1011010 | 1000100 | 11101 |
Color Harmonies of #4B7D18
Complementary color
Monochromatic Colors of #4B7D18
Black with #4B7D18
Text Example
Text Example
White with #4B7D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D18; }
p { color: rgb(75,125,24); }
H1.HeaderClassName
{
color: #4B7D18;
}
.AnyTagClassName
{
color: #4B7D18;
}
</style>
background-color css
<style>
a { background-color: #4B7D18; }
a { background-color: rgb(75,125,24); }
div.DivClassName
{
background-color: #4B7D18;
}
.BgClassName
{
background-color: #4B7D18;
}
</style>
border-color css
<style>
span { border-color: #4B7D18; }
span { border-color: rgb(75,125,24); }
td.TdClassName
{
border-color: #4B7D18;
}
.TagClassName
{
border-color: #4B7D18;
}
</style>