Shades of Bilbao #3B7304
Tints of Bilbao #3B7304
RGB
CMYK
RGB Variations
Color information
#3B7304 (or 0x3B7304) is known color: Bilbao. HEX triplet: 3B, 73 and 04. RGB value is (59,115,4). Sum of RGB (Red+Green+Blue) = 59+115+4=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 115 (45.31% from 255 or 64.61% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7304 is #C48CFB. Grayscale: #555555. Windows color (decimal): -12881148 or 291643. OLE color: 291643.
HSL color Cylindrical-coordinate representation of color #3B7304: hue angle of 90.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B7304 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 115 | 4 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.55 |
| HSL | 90.27º | 0.93% | 0.23% | - |
| HSV(B) | 90.27º | 0.97% | 0.45% | - |
| XYZ | 7.96 | 13.2 | 2.24 | - |
| YUV | 85.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 115 | 4 | 0.49 | 0 | 0.97 | 0.55 | 90.27 | 0.93 | 0.23 |
| Hex | 3B | 73 | 4 | 31 | 0 | 61 | 37 | 5A | 5D | 17 |
| Octal | 73 | 163 | 4 | 61 | 0 | 141 | 67 | 132 | 135 | 27 |
| Binary | 111011 | 1110011 | 100 | 110001 | 0 | 1100001 | 110111 | 1011010 | 1011101 | 10111 |
Color Harmonies of #3B7304
Complementary color
Monochromatic Colors of #3B7304
Black with #3B7304
Text Example
Text Example
White with #3B7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7304; }
p { color: rgb(59,115,4); }
H1.HeaderClassName
{
color: #3B7304;
}
.AnyTagClassName
{
color: #3B7304;
}
</style>
background-color css
<style>
a { background-color: #3B7304; }
a { background-color: rgb(59,115,4); }
div.DivClassName
{
background-color: #3B7304;
}
.BgClassName
{
background-color: #3B7304;
}
</style>
border-color css
<style>
span { border-color: #3B7304; }
span { border-color: rgb(59,115,4); }
td.TdClassName
{
border-color: #3B7304;
}
.TagClassName
{
border-color: #3B7304;
}
</style>