Shades of Bilbao #4B810D
Tints of Bilbao #4B810D
RGB
CMYK
RGB Variations
Color information
#4B810D (or 0x4B810D) is known color: Bilbao. HEX triplet: 4B, 81 and 0D. RGB value is (75,129,13). Sum of RGB (Red+Green+Blue) = 75+129+13=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #4B810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B810D is #B47EF2. Grayscale: #646464. Windows color (decimal): -11828979 or 885067. OLE color: 885067.
HSL color Cylindrical-coordinate representation of color #4B810D: hue angle of 87.93º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B810D is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 129 | 13 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.49 |
| HSL | 87.93º | 0.82% | 0.28% | - |
| HSV(B) | 87.93º | 0.9% | 0.51% | - |
| XYZ | 10.82 | 17.23 | 3.14 | - |
| YUV | 99.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 129 | 13 | 0.42 | 0 | 0.90 | 0.49 | 87.93 | 0.82 | 0.28 |
| Hex | 4B | 81 | D | 2A | 0 | 5A | 31 | 58 | 52 | 1C |
| Octal | 113 | 201 | 15 | 52 | 0 | 132 | 61 | 130 | 122 | 34 |
| Binary | 1001011 | 10000001 | 1101 | 101010 | 0 | 1011010 | 110001 | 1011000 | 1010010 | 11100 |
Color Harmonies of #4B810D
Complementary color
Monochromatic Colors of #4B810D
Black with #4B810D
Text Example
Text Example
White with #4B810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B810D; }
p { color: rgb(75,129,13); }
H1.HeaderClassName
{
color: #4B810D;
}
.AnyTagClassName
{
color: #4B810D;
}
</style>
background-color css
<style>
a { background-color: #4B810D; }
a { background-color: rgb(75,129,13); }
div.DivClassName
{
background-color: #4B810D;
}
.BgClassName
{
background-color: #4B810D;
}
</style>
border-color css
<style>
span { border-color: #4B810D; }
span { border-color: rgb(75,129,13); }
td.TdClassName
{
border-color: #4B810D;
}
.TagClassName
{
border-color: #4B810D;
}
</style>