Shades of Bilbao #3B8612
Tints of Bilbao #3B8612
RGB
CMYK
RGB Variations
Color information
#3B8612 (or 0x3B8612) is known color: Bilbao. HEX triplet: 3B, 86 and 12. RGB value is (59,134,18). Sum of RGB (Red+Green+Blue) = 59+134+18=211 (27% of max value = 765). Red value is 59 (23.44% from 255 or 27.96% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #3B8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B8612 is #C479ED. Grayscale: #626262. Windows color (decimal): -12876270 or 1214011. OLE color: 1214011.
HSL color Cylindrical-coordinate representation of color #3B8612: hue angle of 98.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B8612 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 59 | 134 | 18 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.47 |
| HSL | 98.79º | 0.76% | 0.3% | - |
| HSV(B) | 98.79º | 0.87% | 0.53% | - |
| XYZ | 10.44 | 18.02 | 3.5 | - |
| YUV | 98.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 134 | 18 | 0.56 | 0 | 0.87 | 0.47 | 98.79 | 0.76 | 0.3 |
| Hex | 3B | 86 | 12 | 38 | 0 | 57 | 2F | 63 | 4C | 1E |
| Octal | 73 | 206 | 22 | 70 | 0 | 127 | 57 | 143 | 114 | 36 |
| Binary | 111011 | 10000110 | 10010 | 111000 | 0 | 1010111 | 101111 | 1100011 | 1001100 | 11110 |
Color Harmonies of #3B8612
Complementary color
Monochromatic Colors of #3B8612
Black with #3B8612
Text Example
Text Example
White with #3B8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8612; }
p { color: rgb(59,134,18); }
H1.HeaderClassName
{
color: #3B8612;
}
.AnyTagClassName
{
color: #3B8612;
}
</style>
background-color css
<style>
a { background-color: #3B8612; }
a { background-color: rgb(59,134,18); }
div.DivClassName
{
background-color: #3B8612;
}
.BgClassName
{
background-color: #3B8612;
}
</style>
border-color css
<style>
span { border-color: #3B8612; }
span { border-color: rgb(59,134,18); }
td.TdClassName
{
border-color: #3B8612;
}
.TagClassName
{
border-color: #3B8612;
}
</style>