Shades of Bilbao #3A710B
Tints of Bilbao #3A710B
RGB
CMYK
RGB Variations
Color information
#3A710B (or 0x3A710B) is known color: Bilbao. HEX triplet: 3A, 71 and 0B. RGB value is (58,113,11). Sum of RGB (Red+Green+Blue) = 58+113+11=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #3A710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A710B is #C58EF4. Grayscale: #555555. Windows color (decimal): -12947189 or 749882. OLE color: 749882.
HSL color Cylindrical-coordinate representation of color #3A710B: hue angle of 92.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A710B is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 113 | 11 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.56 |
| HSL | 92.35º | 0.82% | 0.24% | - |
| HSV(B) | 92.35º | 0.9% | 0.44% | - |
| XYZ | 7.71 | 12.73 | 2.37 | - |
| YUV | 84.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 113 | 11 | 0.49 | 0 | 0.90 | 0.56 | 92.35 | 0.82 | 0.24 |
| Hex | 3A | 71 | B | 31 | 0 | 5A | 38 | 5C | 52 | 18 |
| Octal | 72 | 161 | 13 | 61 | 0 | 132 | 70 | 134 | 122 | 30 |
| Binary | 111010 | 1110001 | 1011 | 110001 | 0 | 1011010 | 111000 | 1011100 | 1010010 | 11000 |
Color Harmonies of #3A710B
Complementary color
Monochromatic Colors of #3A710B
Black with #3A710B
Text Example
Text Example
White with #3A710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A710B; }
p { color: rgb(58,113,11); }
H1.HeaderClassName
{
color: #3A710B;
}
.AnyTagClassName
{
color: #3A710B;
}
</style>
background-color css
<style>
a { background-color: #3A710B; }
a { background-color: rgb(58,113,11); }
div.DivClassName
{
background-color: #3A710B;
}
.BgClassName
{
background-color: #3A710B;
}
</style>
border-color css
<style>
span { border-color: #3A710B; }
span { border-color: rgb(58,113,11); }
td.TdClassName
{
border-color: #3A710B;
}
.TagClassName
{
border-color: #3A710B;
}
</style>