Shades of Bilbao #3A7D13
Tints of Bilbao #3A7D13
RGB
CMYK
RGB Variations
Color information
#3A7D13 (or 0x3A7D13) is known color: Bilbao. HEX triplet: 3A, 7D and 13. RGB value is (58,125,19). Sum of RGB (Red+Green+Blue) = 58+125+19=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7D13 is #C582EC. Grayscale: #5D5D5D. Windows color (decimal): -12944109 or 1277242. OLE color: 1277242.
HSL color Cylindrical-coordinate representation of color #3A7D13: hue angle of 97.92º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7D13 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 125 | 19 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.51 |
| HSL | 97.92º | 0.74% | 0.28% | - |
| HSV(B) | 97.92º | 0.85% | 0.49% | - |
| XYZ | 9.2 | 15.61 | 3.15 | - |
| YUV | 92.88 | 86.3 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 19 | 0.54 | 0 | 0.85 | 0.51 | 97.92 | 0.74 | 0.28 |
| Hex | 3A | 7D | 13 | 36 | 0 | 55 | 33 | 62 | 4A | 1C |
| Octal | 72 | 175 | 23 | 66 | 0 | 125 | 63 | 142 | 112 | 34 |
| Binary | 111010 | 1111101 | 10011 | 110110 | 0 | 1010101 | 110011 | 1100010 | 1001010 | 11100 |
Color Harmonies of #3A7D13
Complementary color
Monochromatic Colors of #3A7D13
Black with #3A7D13
Text Example
Text Example
White with #3A7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7D13; }
p { color: rgb(58,125,19); }
H1.HeaderClassName
{
color: #3A7D13;
}
.AnyTagClassName
{
color: #3A7D13;
}
</style>
background-color css
<style>
a { background-color: #3A7D13; }
a { background-color: rgb(58,125,19); }
div.DivClassName
{
background-color: #3A7D13;
}
.BgClassName
{
background-color: #3A7D13;
}
</style>
border-color css
<style>
span { border-color: #3A7D13; }
span { border-color: rgb(58,125,19); }
td.TdClassName
{
border-color: #3A7D13;
}
.TagClassName
{
border-color: #3A7D13;
}
</style>