Shades of Bilbao #3B7905
Tints of Bilbao #3B7905
RGB
CMYK
RGB Variations
Color information
#3B7905 (or 0x3B7905) is known color: Bilbao. HEX triplet: 3B, 79 and 05. RGB value is (59,121,5). Sum of RGB (Red+Green+Blue) = 59+121+5=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 121 (47.66% from 255 or 65.41% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 121 - color contains mainly: green. Hex color #3B7905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7905 is #C486FA. Grayscale: #595959. Windows color (decimal): -12879611 or 358715. OLE color: 358715.
HSL color Cylindrical-coordinate representation of color #3B7905: hue angle of 92.07º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B7905 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 5 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.53 |
| HSL | 92.07º | 0.92% | 0.25% | - |
| HSV(B) | 92.07º | 0.96% | 0.47% | - |
| XYZ | 8.67 | 14.62 | 2.51 | - |
| YUV | 89.24 | 80.46 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 5 | 0.51 | 0 | 0.96 | 0.53 | 92.07 | 0.92 | 0.25 |
| Hex | 3B | 79 | 5 | 33 | 0 | 60 | 35 | 5C | 5C | 19 |
| Octal | 73 | 171 | 5 | 63 | 0 | 140 | 65 | 134 | 134 | 31 |
| Binary | 111011 | 1111001 | 101 | 110011 | 0 | 1100000 | 110101 | 1011100 | 1011100 | 11001 |
Color Harmonies of #3B7905
Complementary color
Monochromatic Colors of #3B7905
Black with #3B7905
Text Example
Text Example
White with #3B7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7905; }
p { color: rgb(59,121,5); }
H1.HeaderClassName
{
color: #3B7905;
}
.AnyTagClassName
{
color: #3B7905;
}
</style>
background-color css
<style>
a { background-color: #3B7905; }
a { background-color: rgb(59,121,5); }
div.DivClassName
{
background-color: #3B7905;
}
.BgClassName
{
background-color: #3B7905;
}
</style>
border-color css
<style>
span { border-color: #3B7905; }
span { border-color: rgb(59,121,5); }
td.TdClassName
{
border-color: #3B7905;
}
.TagClassName
{
border-color: #3B7905;
}
</style>