Shades of Bilbao #3B7D11
Tints of Bilbao #3B7D11
RGB
CMYK
RGB Variations
Color information
#3B7D11 (or 0x3B7D11) is known color: Bilbao. HEX triplet: 3B, 7D and 11. RGB value is (59,125,17). Sum of RGB (Red+Green+Blue) = 59+125+17=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 125 (49.22% from 255 or 62.19% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7D11 is #C482EE. Grayscale: #5D5D5D. Windows color (decimal): -12878575 or 1146171. OLE color: 1146171.
HSL color Cylindrical-coordinate representation of color #3B7D11: hue angle of 96.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B7D11 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 59 | 125 | 17 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.51 |
| HSL | 96.67º | 0.76% | 0.28% | - |
| HSV(B) | 96.67º | 0.86% | 0.49% | - |
| XYZ | 9.24 | 15.64 | 3.06 | - |
| YUV | 92.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 17 | 0.53 | 0 | 0.86 | 0.51 | 96.67 | 0.76 | 0.28 |
| Hex | 3B | 7D | 11 | 35 | 0 | 56 | 33 | 61 | 4C | 1C |
| Octal | 73 | 175 | 21 | 65 | 0 | 126 | 63 | 141 | 114 | 34 |
| Binary | 111011 | 1111101 | 10001 | 110101 | 0 | 1010110 | 110011 | 1100001 | 1001100 | 11100 |
Color Harmonies of #3B7D11
Complementary color
Monochromatic Colors of #3B7D11
Black with #3B7D11
Text Example
Text Example
White with #3B7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D11; }
p { color: rgb(59,125,17); }
H1.HeaderClassName
{
color: #3B7D11;
}
.AnyTagClassName
{
color: #3B7D11;
}
</style>
background-color css
<style>
a { background-color: #3B7D11; }
a { background-color: rgb(59,125,17); }
div.DivClassName
{
background-color: #3B7D11;
}
.BgClassName
{
background-color: #3B7D11;
}
</style>
border-color css
<style>
span { border-color: #3B7D11; }
span { border-color: rgb(59,125,17); }
td.TdClassName
{
border-color: #3B7D11;
}
.TagClassName
{
border-color: #3B7D11;
}
</style>