Shades of Bilbao #3B7301
Tints of Bilbao #3B7301
RGB
CMYK
RGB Variations
Color information
#3B7301 (or 0x3B7301) is known color: Bilbao. HEX triplet: 3B, 73 and 01. RGB value is (59,115,1). Sum of RGB (Red+Green+Blue) = 59+115+1=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7301 is #C48CFE. Grayscale: #555555. Windows color (decimal): -12881151 or 95035. OLE color: 95035.
HSL color Cylindrical-coordinate representation of color #3B7301: hue angle of 89.47º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B7301 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.55 |
| HSL | 89.47º | 0.98% | 0.23% | - |
| HSV(B) | 89.47º | 0.99% | 0.45% | - |
| XYZ | 7.94 | 13.19 | 2.16 | - |
| YUV | 85.26 | 80.45 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 1 | 0.49 | 0 | 0.99 | 0.55 | 89.47 | 0.98 | 0.23 |
| Hex | 3B | 73 | 1 | 31 | 0 | 63 | 37 | 59 | 62 | 17 |
| Octal | 73 | 163 | 1 | 61 | 0 | 143 | 67 | 131 | 142 | 27 |
| Binary | 111011 | 1110011 | 1 | 110001 | 0 | 1100011 | 110111 | 1011001 | 1100010 | 10111 |
Color Harmonies of #3B7301
Complementary color
Monochromatic Colors of #3B7301
Black with #3B7301
Text Example
Text Example
White with #3B7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7301; }
p { color: rgb(59,115,1); }
H1.HeaderClassName
{
color: #3B7301;
}
.AnyTagClassName
{
color: #3B7301;
}
</style>
background-color css
<style>
a { background-color: #3B7301; }
a { background-color: rgb(59,115,1); }
div.DivClassName
{
background-color: #3B7301;
}
.BgClassName
{
background-color: #3B7301;
}
</style>
border-color css
<style>
span { border-color: #3B7301; }
span { border-color: rgb(59,115,1); }
td.TdClassName
{
border-color: #3B7301;
}
.TagClassName
{
border-color: #3B7301;
}
</style>