Shades of Bilbao #3A7511
Tints of Bilbao #3A7511
RGB
CMYK
RGB Variations
Color information
#3A7511 (or 0x3A7511) is known color: Bilbao. HEX triplet: 3A, 75 and 11. RGB value is (58,117,17). Sum of RGB (Red+Green+Blue) = 58+117+17=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #3A7511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7511 is #C58AEE. Grayscale: #585858. Windows color (decimal): -12946159 or 1144122. OLE color: 1144122.
HSL color Cylindrical-coordinate representation of color #3A7511: hue angle of 95.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7511 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 117 | 17 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.54 |
| HSL | 95.4º | 0.75% | 0.26% | - |
| HSV(B) | 95.4º | 0.85% | 0.46% | - |
| XYZ | 8.21 | 13.66 | 2.73 | - |
| YUV | 87.96 | 87.95 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 17 | 0.50 | 0 | 0.85 | 0.54 | 95.4 | 0.75 | 0.26 |
| Hex | 3A | 75 | 11 | 32 | 0 | 55 | 36 | 5F | 4B | 1A |
| Octal | 72 | 165 | 21 | 62 | 0 | 125 | 66 | 137 | 113 | 32 |
| Binary | 111010 | 1110101 | 10001 | 110010 | 0 | 1010101 | 110110 | 1011111 | 1001011 | 11010 |
Color Harmonies of #3A7511
Complementary color
Monochromatic Colors of #3A7511
Black with #3A7511
Text Example
Text Example
White with #3A7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7511; }
p { color: rgb(58,117,17); }
H1.HeaderClassName
{
color: #3A7511;
}
.AnyTagClassName
{
color: #3A7511;
}
</style>
background-color css
<style>
a { background-color: #3A7511; }
a { background-color: rgb(58,117,17); }
div.DivClassName
{
background-color: #3A7511;
}
.BgClassName
{
background-color: #3A7511;
}
</style>
border-color css
<style>
span { border-color: #3A7511; }
span { border-color: rgb(58,117,17); }
td.TdClassName
{
border-color: #3A7511;
}
.TagClassName
{
border-color: #3A7511;
}
</style>