Shades of Bilbao #3A700B
Tints of Bilbao #3A700B
RGB
CMYK
RGB Variations
Color information
#3A700B (or 0x3A700B) is known color: Bilbao. HEX triplet: 3A, 70 and 0B. RGB value is (58,112,11). Sum of RGB (Red+Green+Blue) = 58+112+11=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #3A700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A700B is #C58FF4. Grayscale: #545454. Windows color (decimal): -12947445 or 749626. OLE color: 749626.
HSL color Cylindrical-coordinate representation of color #3A700B: hue angle of 92.08º 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 #3A700B is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 11 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.56 |
| HSL | 92.08º | 0.82% | 0.24% | - |
| HSV(B) | 92.08º | 0.9% | 0.44% | - |
| XYZ | 7.6 | 12.51 | 2.33 | - |
| YUV | 84.34 | 86.61 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 11 | 0.48 | 0 | 0.90 | 0.56 | 92.08 | 0.82 | 0.24 |
| Hex | 3A | 70 | B | 30 | 0 | 5A | 38 | 5C | 52 | 18 |
| Octal | 72 | 160 | 13 | 60 | 0 | 132 | 70 | 134 | 122 | 30 |
| Binary | 111010 | 1110000 | 1011 | 110000 | 0 | 1011010 | 111000 | 1011100 | 1010010 | 11000 |
Color Harmonies of #3A700B
Complementary color
Monochromatic Colors of #3A700B
Black with #3A700B
Text Example
Text Example
White with #3A700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A700B; }
p { color: rgb(58,112,11); }
H1.HeaderClassName
{
color: #3A700B;
}
.AnyTagClassName
{
color: #3A700B;
}
</style>
background-color css
<style>
a { background-color: #3A700B; }
a { background-color: rgb(58,112,11); }
div.DivClassName
{
background-color: #3A700B;
}
.BgClassName
{
background-color: #3A700B;
}
</style>
border-color css
<style>
span { border-color: #3A700B; }
span { border-color: rgb(58,112,11); }
td.TdClassName
{
border-color: #3A700B;
}
.TagClassName
{
border-color: #3A700B;
}
</style>