Shades of Bilbao #3A770B
Tints of Bilbao #3A770B
RGB
CMYK
RGB Variations
Color information
#3A770B (or 0x3A770B) is known color: Bilbao. HEX triplet: 3A, 77 and 0B. RGB value is (58,119,11). Sum of RGB (Red+Green+Blue) = 58+119+11=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #3A770B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A770B is #C588F4. Grayscale: #585858. Windows color (decimal): -12945653 or 751418. OLE color: 751418.
HSL color Cylindrical-coordinate representation of color #3A770B: hue angle of 93.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A770B is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 119 | 11 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.53 |
| HSL | 93.89º | 0.83% | 0.25% | - |
| HSV(B) | 93.89º | 0.91% | 0.47% | - |
| XYZ | 8.4 | 14.12 | 2.6 | - |
| YUV | 88.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 119 | 11 | 0.51 | 0 | 0.91 | 0.53 | 93.89 | 0.83 | 0.25 |
| Hex | 3A | 77 | B | 33 | 0 | 5B | 35 | 5E | 53 | 19 |
| Octal | 72 | 167 | 13 | 63 | 0 | 133 | 65 | 136 | 123 | 31 |
| Binary | 111010 | 1110111 | 1011 | 110011 | 0 | 1011011 | 110101 | 1011110 | 1010011 | 11001 |
Color Harmonies of #3A770B
Complementary color
Monochromatic Colors of #3A770B
Black with #3A770B
Text Example
Text Example
White with #3A770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A770B; }
p { color: rgb(58,119,11); }
H1.HeaderClassName
{
color: #3A770B;
}
.AnyTagClassName
{
color: #3A770B;
}
</style>
background-color css
<style>
a { background-color: #3A770B; }
a { background-color: rgb(58,119,11); }
div.DivClassName
{
background-color: #3A770B;
}
.BgClassName
{
background-color: #3A770B;
}
</style>
border-color css
<style>
span { border-color: #3A770B; }
span { border-color: rgb(58,119,11); }
td.TdClassName
{
border-color: #3A770B;
}
.TagClassName
{
border-color: #3A770B;
}
</style>