Shades of Bilbao #3B7A19
Tints of Bilbao #3B7A19
RGB
CMYK
RGB Variations
Color information
#3B7A19 (or 0x3B7A19) is known color: Bilbao. HEX triplet: 3B, 7A and 19. RGB value is (59,122,25). Sum of RGB (Red+Green+Blue) = 59+122+25=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #3B7A19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7A19 is #C485E6. Grayscale: #5C5C5C. Windows color (decimal): -12879335 or 1669691. OLE color: 1669691.
HSL color Cylindrical-coordinate representation of color #3B7A19: hue angle of 98.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B7A19 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 122 | 25 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.52 |
| HSL | 98.97º | 0.66% | 0.29% | - |
| HSV(B) | 98.97º | 0.8% | 0.48% | - |
| XYZ | 8.94 | 14.92 | 3.33 | - |
| YUV | 92.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 25 | 0.52 | 0 | 0.80 | 0.52 | 98.97 | 0.66 | 0.29 |
| Hex | 3B | 7A | 19 | 34 | 0 | 50 | 34 | 63 | 42 | 1D |
| Octal | 73 | 172 | 31 | 64 | 0 | 120 | 64 | 143 | 102 | 35 |
| Binary | 111011 | 1111010 | 11001 | 110100 | 0 | 1010000 | 110100 | 1100011 | 1000010 | 11101 |
Color Harmonies of #3B7A19
Complementary color
Monochromatic Colors of #3B7A19
Black with #3B7A19
Text Example
Text Example
White with #3B7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A19; }
p { color: rgb(59,122,25); }
H1.HeaderClassName
{
color: #3B7A19;
}
.AnyTagClassName
{
color: #3B7A19;
}
</style>
background-color css
<style>
a { background-color: #3B7A19; }
a { background-color: rgb(59,122,25); }
div.DivClassName
{
background-color: #3B7A19;
}
.BgClassName
{
background-color: #3B7A19;
}
</style>
border-color css
<style>
span { border-color: #3B7A19; }
span { border-color: rgb(59,122,25); }
td.TdClassName
{
border-color: #3B7A19;
}
.TagClassName
{
border-color: #3B7A19;
}
</style>