Shades of Bilbao #3A781B
Tints of Bilbao #3A781B
RGB
CMYK
RGB Variations
Color information
#3A781B (or 0x3A781B) is known color: Bilbao. HEX triplet: 3A, 78 and 1B. RGB value is (58,120,27). Sum of RGB (Red+Green+Blue) = 58+120+27=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #3A781B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A781B is #C587E4. Grayscale: #5B5B5B. Windows color (decimal): -12945381 or 1800250. OLE color: 1800250.
HSL color Cylindrical-coordinate representation of color #3A781B: hue angle of 100º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A781B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 120 | 27 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.53 |
| HSL | 100º | 0.63% | 0.29% | - |
| HSV(B) | 100º | 0.78% | 0.47% | - |
| XYZ | 8.66 | 14.41 | 3.36 | - |
| YUV | 90.86 | 91.96 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 27 | 0.52 | 0 | 0.78 | 0.53 | 100 | 0.63 | 0.29 |
| Hex | 3A | 78 | 1B | 34 | 0 | 4E | 35 | 64 | 3F | 1D |
| Octal | 72 | 170 | 33 | 64 | 0 | 116 | 65 | 144 | 77 | 35 |
| Binary | 111010 | 1111000 | 11011 | 110100 | 0 | 1001110 | 110101 | 1100100 | 111111 | 11101 |
Color Harmonies of #3A781B
Complementary color
Monochromatic Colors of #3A781B
Black with #3A781B
Text Example
Text Example
White with #3A781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A781B; }
p { color: rgb(58,120,27); }
H1.HeaderClassName
{
color: #3A781B;
}
.AnyTagClassName
{
color: #3A781B;
}
</style>
background-color css
<style>
a { background-color: #3A781B; }
a { background-color: rgb(58,120,27); }
div.DivClassName
{
background-color: #3A781B;
}
.BgClassName
{
background-color: #3A781B;
}
</style>
border-color css
<style>
span { border-color: #3A781B; }
span { border-color: rgb(58,120,27); }
td.TdClassName
{
border-color: #3A781B;
}
.TagClassName
{
border-color: #3A781B;
}
</style>