Shades of Bilbao #3A7710
Tints of Bilbao #3A7710
RGB
CMYK
RGB Variations
Color information
#3A7710 (or 0x3A7710) is known color: Bilbao. HEX triplet: 3A, 77 and 10. RGB value is (58,119,16). Sum of RGB (Red+Green+Blue) = 58+119+16=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7710 is #C588EF. Grayscale: #595959. Windows color (decimal): -12945648 or 1079098. OLE color: 1079098.
HSL color Cylindrical-coordinate representation of color #3A7710: hue angle of 95.53º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A7710 is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 16 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.53 |
| HSL | 95.53º | 0.76% | 0.26% | - |
| HSV(B) | 95.53º | 0.87% | 0.47% | - |
| XYZ | 8.44 | 14.13 | 2.77 | - |
| YUV | 89.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 16 | 0.51 | 0 | 0.87 | 0.53 | 95.53 | 0.76 | 0.26 |
| Hex | 3A | 77 | 10 | 33 | 0 | 57 | 35 | 60 | 4C | 1A |
| Octal | 72 | 167 | 20 | 63 | 0 | 127 | 65 | 140 | 114 | 32 |
| Binary | 111010 | 1110111 | 10000 | 110011 | 0 | 1010111 | 110101 | 1100000 | 1001100 | 11010 |
Color Harmonies of #3A7710
Complementary color
Monochromatic Colors of #3A7710
Black with #3A7710
Text Example
Text Example
White with #3A7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7710; }
p { color: rgb(58,119,16); }
H1.HeaderClassName
{
color: #3A7710;
}
.AnyTagClassName
{
color: #3A7710;
}
</style>
background-color css
<style>
a { background-color: #3A7710; }
a { background-color: rgb(58,119,16); }
div.DivClassName
{
background-color: #3A7710;
}
.BgClassName
{
background-color: #3A7710;
}
</style>
border-color css
<style>
span { border-color: #3A7710; }
span { border-color: rgb(58,119,16); }
td.TdClassName
{
border-color: #3A7710;
}
.TagClassName
{
border-color: #3A7710;
}
</style>