Shades of Bilbao #4B800D
Tints of Bilbao #4B800D
RGB
CMYK
RGB Variations
Color information
#4B800D (or 0x4B800D) is known color: Bilbao. HEX triplet: 4B, 80 and 0D. RGB value is (75,128,13). Sum of RGB (Red+Green+Blue) = 75+128+13=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #4B800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B800D is #B47FF2. Grayscale: #636363. Windows color (decimal): -11829235 or 884811. OLE color: 884811.
HSL color Cylindrical-coordinate representation of color #4B800D: hue angle of 87.65º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B800D is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 128 | 13 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.50 |
| HSL | 87.65º | 0.82% | 0.28% | - |
| HSV(B) | 87.65º | 0.9% | 0.5% | - |
| XYZ | 10.69 | 16.96 | 3.09 | - |
| YUV | 99.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 128 | 13 | 0.41 | 0 | 0.90 | 0.50 | 87.65 | 0.82 | 0.28 |
| Hex | 4B | 80 | D | 29 | 0 | 5A | 32 | 58 | 52 | 1C |
| Octal | 113 | 200 | 15 | 51 | 0 | 132 | 62 | 130 | 122 | 34 |
| Binary | 1001011 | 10000000 | 1101 | 101001 | 0 | 1011010 | 110010 | 1011000 | 1010010 | 11100 |
Color Harmonies of #4B800D
Complementary color
Monochromatic Colors of #4B800D
Black with #4B800D
Text Example
Text Example
White with #4B800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B800D; }
p { color: rgb(75,128,13); }
H1.HeaderClassName
{
color: #4B800D;
}
.AnyTagClassName
{
color: #4B800D;
}
</style>
background-color css
<style>
a { background-color: #4B800D; }
a { background-color: rgb(75,128,13); }
div.DivClassName
{
background-color: #4B800D;
}
.BgClassName
{
background-color: #4B800D;
}
</style>
border-color css
<style>
span { border-color: #4B800D; }
span { border-color: rgb(75,128,13); }
td.TdClassName
{
border-color: #4B800D;
}
.TagClassName
{
border-color: #4B800D;
}
</style>