Shades of Bilbao #3B8011
Tints of Bilbao #3B8011
RGB
CMYK
RGB Variations
Color information
#3B8011 (or 0x3B8011) is known color: Bilbao. HEX triplet: 3B, 80 and 11. RGB value is (59,128,17). Sum of RGB (Red+Green+Blue) = 59+128+17=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #3B8011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8011 is #C47FEE. Grayscale: #5F5F5F. Windows color (decimal): -12877807 or 1146939. OLE color: 1146939.
HSL color Cylindrical-coordinate representation of color #3B8011: hue angle of 97.3º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B8011 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 128 | 17 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.50 |
| HSL | 97.3º | 0.77% | 0.28% | - |
| HSV(B) | 97.3º | 0.87% | 0.5% | - |
| XYZ | 9.62 | 16.41 | 3.19 | - |
| YUV | 94.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 17 | 0.54 | 0 | 0.87 | 0.50 | 97.3 | 0.77 | 0.28 |
| Hex | 3B | 80 | 11 | 36 | 0 | 57 | 32 | 61 | 4D | 1C |
| Octal | 73 | 200 | 21 | 66 | 0 | 127 | 62 | 141 | 115 | 34 |
| Binary | 111011 | 10000000 | 10001 | 110110 | 0 | 1010111 | 110010 | 1100001 | 1001101 | 11100 |
Color Harmonies of #3B8011
Complementary color
Monochromatic Colors of #3B8011
Black with #3B8011
Text Example
Text Example
White with #3B8011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8011; }
p { color: rgb(59,128,17); }
H1.HeaderClassName
{
color: #3B8011;
}
.AnyTagClassName
{
color: #3B8011;
}
</style>
background-color css
<style>
a { background-color: #3B8011; }
a { background-color: rgb(59,128,17); }
div.DivClassName
{
background-color: #3B8011;
}
.BgClassName
{
background-color: #3B8011;
}
</style>
border-color css
<style>
span { border-color: #3B8011; }
span { border-color: rgb(59,128,17); }
td.TdClassName
{
border-color: #3B8011;
}
.TagClassName
{
border-color: #3B8011;
}
</style>