Shades of Bilbao #3A7F13
Tints of Bilbao #3A7F13
RGB
CMYK
RGB Variations
Color information
#3A7F13 (or 0x3A7F13) is known color: Bilbao. HEX triplet: 3A, 7F and 13. RGB value is (58,127,19). Sum of RGB (Red+Green+Blue) = 58+127+19=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7F13 is #C580EC. Grayscale: #5E5E5E. Windows color (decimal): -12943597 or 1277754. OLE color: 1277754.
HSL color Cylindrical-coordinate representation of color #3A7F13: hue angle of 98.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A7F13 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 127 | 19 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.50 |
| HSL | 98.33º | 0.74% | 0.29% | - |
| HSV(B) | 98.33º | 0.85% | 0.5% | - |
| XYZ | 9.45 | 16.13 | 3.23 | - |
| YUV | 94.06 | 85.64 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 19 | 0.54 | 0 | 0.85 | 0.50 | 98.33 | 0.74 | 0.29 |
| Hex | 3A | 7F | 13 | 36 | 0 | 55 | 32 | 62 | 4A | 1D |
| Octal | 72 | 177 | 23 | 66 | 0 | 125 | 62 | 142 | 112 | 35 |
| Binary | 111010 | 1111111 | 10011 | 110110 | 0 | 1010101 | 110010 | 1100010 | 1001010 | 11101 |
Color Harmonies of #3A7F13
Complementary color
Monochromatic Colors of #3A7F13
Black with #3A7F13
Text Example
Text Example
White with #3A7F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7F13; }
p { color: rgb(58,127,19); }
H1.HeaderClassName
{
color: #3A7F13;
}
.AnyTagClassName
{
color: #3A7F13;
}
</style>
background-color css
<style>
a { background-color: #3A7F13; }
a { background-color: rgb(58,127,19); }
div.DivClassName
{
background-color: #3A7F13;
}
.BgClassName
{
background-color: #3A7F13;
}
</style>
border-color css
<style>
span { border-color: #3A7F13; }
span { border-color: rgb(58,127,19); }
td.TdClassName
{
border-color: #3A7F13;
}
.TagClassName
{
border-color: #3A7F13;
}
</style>