Shades of Bilbao #3B7719
Tints of Bilbao #3B7719
RGB
CMYK
RGB Variations
Color information
#3B7719 (or 0x3B7719) is known color: Bilbao. HEX triplet: 3B, 77 and 19. RGB value is (59,119,25). Sum of RGB (Red+Green+Blue) = 59+119+25=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7719 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7719 is #C488E6. Grayscale: #5A5A5A. Windows color (decimal): -12880103 or 1668923. OLE color: 1668923.
HSL color Cylindrical-coordinate representation of color #3B7719: hue angle of 98.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B7719 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 119 | 25 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.53 |
| HSL | 98.3º | 0.65% | 0.28% | - |
| HSV(B) | 98.3º | 0.79% | 0.47% | - |
| XYZ | 8.58 | 14.19 | 3.21 | - |
| YUV | 90.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 119 | 25 | 0.50 | 0 | 0.79 | 0.53 | 98.3 | 0.65 | 0.28 |
| Hex | 3B | 77 | 19 | 32 | 0 | 4F | 35 | 62 | 41 | 1C |
| Octal | 73 | 167 | 31 | 62 | 0 | 117 | 65 | 142 | 101 | 34 |
| Binary | 111011 | 1110111 | 11001 | 110010 | 0 | 1001111 | 110101 | 1100010 | 1000001 | 11100 |
Color Harmonies of #3B7719
Complementary color
Monochromatic Colors of #3B7719
Black with #3B7719
Text Example
Text Example
White with #3B7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7719; }
p { color: rgb(59,119,25); }
H1.HeaderClassName
{
color: #3B7719;
}
.AnyTagClassName
{
color: #3B7719;
}
</style>
background-color css
<style>
a { background-color: #3B7719; }
a { background-color: rgb(59,119,25); }
div.DivClassName
{
background-color: #3B7719;
}
.BgClassName
{
background-color: #3B7719;
}
</style>
border-color css
<style>
span { border-color: #3B7719; }
span { border-color: rgb(59,119,25); }
td.TdClassName
{
border-color: #3B7719;
}
.TagClassName
{
border-color: #3B7719;
}
</style>