Shades of Bilbao #3A7D11
Tints of Bilbao #3A7D11
RGB
CMYK
RGB Variations
Color information
#3A7D11 (or 0x3A7D11) is known color: Bilbao. HEX triplet: 3A, 7D and 11. RGB value is (58,125,17). Sum of RGB (Red+Green+Blue) = 58+125+17=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7D11 is #C582EE. Grayscale: #5D5D5D. Windows color (decimal): -12944111 or 1146170. OLE color: 1146170.
HSL color Cylindrical-coordinate representation of color #3A7D11: hue angle of 97.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A7D11 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 17 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.51 |
| HSL | 97.22º | 0.76% | 0.28% | - |
| HSV(B) | 97.22º | 0.86% | 0.49% | - |
| XYZ | 9.18 | 15.61 | 3.06 | - |
| YUV | 92.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 17 | 0.54 | 0 | 0.86 | 0.51 | 97.22 | 0.76 | 0.28 |
| Hex | 3A | 7D | 11 | 36 | 0 | 56 | 33 | 61 | 4C | 1C |
| Octal | 72 | 175 | 21 | 66 | 0 | 126 | 63 | 141 | 114 | 34 |
| Binary | 111010 | 1111101 | 10001 | 110110 | 0 | 1010110 | 110011 | 1100001 | 1001100 | 11100 |
Color Harmonies of #3A7D11
Complementary color
Monochromatic Colors of #3A7D11
Black with #3A7D11
Text Example
Text Example
White with #3A7D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D11; }
p { color: rgb(58,125,17); }
H1.HeaderClassName
{
color: #3A7D11;
}
.AnyTagClassName
{
color: #3A7D11;
}
</style>
background-color css
<style>
a { background-color: #3A7D11; }
a { background-color: rgb(58,125,17); }
div.DivClassName
{
background-color: #3A7D11;
}
.BgClassName
{
background-color: #3A7D11;
}
</style>
border-color css
<style>
span { border-color: #3A7D11; }
span { border-color: rgb(58,125,17); }
td.TdClassName
{
border-color: #3A7D11;
}
.TagClassName
{
border-color: #3A7D11;
}
</style>