Shades of Bilbao #3B8010
Tints of Bilbao #3B8010
RGB
CMYK
RGB Variations
Color information
#3B8010 (or 0x3B8010) is known color: Bilbao. HEX triplet: 3B, 80 and 10. RGB value is (59,128,16). Sum of RGB (Red+Green+Blue) = 59+128+16=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 128 (50.39% from 255 or 63.05% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8010 is #C47FEF. Grayscale: #5E5E5E. Windows color (decimal): -12877808 or 1081403. OLE color: 1081403.
HSL color Cylindrical-coordinate representation of color #3B8010: hue angle of 96.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B8010 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 16 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.50 |
| HSL | 96.96º | 0.78% | 0.28% | - |
| HSV(B) | 96.96º | 0.88% | 0.5% | - |
| XYZ | 9.62 | 16.41 | 3.15 | - |
| YUV | 94.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 16 | 0.54 | 0 | 0.88 | 0.50 | 96.96 | 0.78 | 0.28 |
| Hex | 3B | 80 | 10 | 36 | 0 | 58 | 32 | 61 | 4E | 1C |
| Octal | 73 | 200 | 20 | 66 | 0 | 130 | 62 | 141 | 116 | 34 |
| Binary | 111011 | 10000000 | 10000 | 110110 | 0 | 1011000 | 110010 | 1100001 | 1001110 | 11100 |
Color Harmonies of #3B8010
Complementary color
Monochromatic Colors of #3B8010
Black with #3B8010
Text Example
Text Example
White with #3B8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8010; }
p { color: rgb(59,128,16); }
H1.HeaderClassName
{
color: #3B8010;
}
.AnyTagClassName
{
color: #3B8010;
}
</style>
background-color css
<style>
a { background-color: #3B8010; }
a { background-color: rgb(59,128,16); }
div.DivClassName
{
background-color: #3B8010;
}
.BgClassName
{
background-color: #3B8010;
}
</style>
border-color css
<style>
span { border-color: #3B8010; }
span { border-color: rgb(59,128,16); }
td.TdClassName
{
border-color: #3B8010;
}
.TagClassName
{
border-color: #3B8010;
}
</style>