Shades of Bilbao #3B7114
Tints of Bilbao #3B7114
RGB
CMYK
RGB Variations
Color information
#3B7114 (or 0x3B7114) is known color: Bilbao. HEX triplet: 3B, 71 and 14. RGB value is (59,113,20). Sum of RGB (Red+Green+Blue) = 59+113+20=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #3B7114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7114 is #C48EEB. Grayscale: #565656. Windows color (decimal): -12881644 or 1339707. OLE color: 1339707.
HSL color Cylindrical-coordinate representation of color #3B7114: hue angle of 94.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B7114 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 20 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.56 |
| HSL | 94.84º | 0.7% | 0.26% | - |
| HSV(B) | 94.84º | 0.82% | 0.44% | - |
| XYZ | 7.84 | 12.79 | 2.72 | - |
| YUV | 86.25 | 90.61 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 20 | 0.48 | 0 | 0.82 | 0.56 | 94.84 | 0.7 | 0.26 |
| Hex | 3B | 71 | 14 | 30 | 0 | 52 | 38 | 5F | 46 | 1A |
| Octal | 73 | 161 | 24 | 60 | 0 | 122 | 70 | 137 | 106 | 32 |
| Binary | 111011 | 1110001 | 10100 | 110000 | 0 | 1010010 | 111000 | 1011111 | 1000110 | 11010 |
Color Harmonies of #3B7114
Complementary color
Monochromatic Colors of #3B7114
Black with #3B7114
Text Example
Text Example
White with #3B7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7114; }
p { color: rgb(59,113,20); }
H1.HeaderClassName
{
color: #3B7114;
}
.AnyTagClassName
{
color: #3B7114;
}
</style>
background-color css
<style>
a { background-color: #3B7114; }
a { background-color: rgb(59,113,20); }
div.DivClassName
{
background-color: #3B7114;
}
.BgClassName
{
background-color: #3B7114;
}
</style>
border-color css
<style>
span { border-color: #3B7114; }
span { border-color: rgb(59,113,20); }
td.TdClassName
{
border-color: #3B7114;
}
.TagClassName
{
border-color: #3B7114;
}
</style>