Shades of Bilbao #3B790E
Tints of Bilbao #3B790E
RGB
CMYK
RGB Variations
Color information
#3B790E (or 0x3B790E) is known color: Bilbao. HEX triplet: 3B, 79 and 0E. RGB value is (59,121,14). Sum of RGB (Red+Green+Blue) = 59+121+14=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #3B790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B790E is #C486F1. Grayscale: #5A5A5A. Windows color (decimal): -12879602 or 948539. OLE color: 948539.
HSL color Cylindrical-coordinate representation of color #3B790E: hue angle of 94.77º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B790E is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 121 | 14 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.53 |
| HSL | 94.77º | 0.79% | 0.26% | - |
| HSV(B) | 94.77º | 0.88% | 0.47% | - |
| XYZ | 8.72 | 14.64 | 2.78 | - |
| YUV | 90.26 | 84.96 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 121 | 14 | 0.51 | 0 | 0.88 | 0.53 | 94.77 | 0.79 | 0.26 |
| Hex | 3B | 79 | E | 33 | 0 | 58 | 35 | 5F | 4F | 1A |
| Octal | 73 | 171 | 16 | 63 | 0 | 130 | 65 | 137 | 117 | 32 |
| Binary | 111011 | 1111001 | 1110 | 110011 | 0 | 1011000 | 110101 | 1011111 | 1001111 | 11010 |
Color Harmonies of #3B790E
Complementary color
Monochromatic Colors of #3B790E
Black with #3B790E
Text Example
Text Example
White with #3B790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B790E; }
p { color: rgb(59,121,14); }
H1.HeaderClassName
{
color: #3B790E;
}
.AnyTagClassName
{
color: #3B790E;
}
</style>
background-color css
<style>
a { background-color: #3B790E; }
a { background-color: rgb(59,121,14); }
div.DivClassName
{
background-color: #3B790E;
}
.BgClassName
{
background-color: #3B790E;
}
</style>
border-color css
<style>
span { border-color: #3B790E; }
span { border-color: rgb(59,121,14); }
td.TdClassName
{
border-color: #3B790E;
}
.TagClassName
{
border-color: #3B790E;
}
</style>