Shades of Bilbao #3B7616
Tints of Bilbao #3B7616
RGB
CMYK
RGB Variations
Color information
#3B7616 (or 0x3B7616) is known color: Bilbao. HEX triplet: 3B, 76 and 16. RGB value is (59,118,22). Sum of RGB (Red+Green+Blue) = 59+118+22=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7616 is #C489E9. Grayscale: #595959. Windows color (decimal): -12880362 or 1472059. OLE color: 1472059.
HSL color Cylindrical-coordinate representation of color #3B7616: hue angle of 96.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B7616 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 59 | 118 | 22 | - |
| CMYK | 0.50 | 0 | 0.81 | 0.54 |
| HSL | 96.88º | 0.69% | 0.27% | - |
| HSV(B) | 96.88º | 0.81% | 0.46% | - |
| XYZ | 8.43 | 13.94 | 3.01 | - |
| YUV | 89.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 118 | 22 | 0.50 | 0 | 0.81 | 0.54 | 96.88 | 0.69 | 0.27 |
| Hex | 3B | 76 | 16 | 32 | 0 | 51 | 36 | 61 | 45 | 1B |
| Octal | 73 | 166 | 26 | 62 | 0 | 121 | 66 | 141 | 105 | 33 |
| Binary | 111011 | 1110110 | 10110 | 110010 | 0 | 1010001 | 110110 | 1100001 | 1000101 | 11011 |
Color Harmonies of #3B7616
Complementary color
Monochromatic Colors of #3B7616
Black with #3B7616
Text Example
Text Example
White with #3B7616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7616; }
p { color: rgb(59,118,22); }
H1.HeaderClassName
{
color: #3B7616;
}
.AnyTagClassName
{
color: #3B7616;
}
</style>
background-color css
<style>
a { background-color: #3B7616; }
a { background-color: rgb(59,118,22); }
div.DivClassName
{
background-color: #3B7616;
}
.BgClassName
{
background-color: #3B7616;
}
</style>
border-color css
<style>
span { border-color: #3B7616; }
span { border-color: rgb(59,118,22); }
td.TdClassName
{
border-color: #3B7616;
}
.TagClassName
{
border-color: #3B7616;
}
</style>