Shades of Bilbao #3A7F14
Tints of Bilbao #3A7F14
RGB
CMYK
RGB Variations
Color information
#3A7F14 (or 0x3A7F14) is known color: Bilbao. HEX triplet: 3A, 7F and 14. RGB value is (58,127,20). Sum of RGB (Red+Green+Blue) = 58+127+20=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 127 (50% from 255 or 61.95% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 127 - color contains mainly: green. Hex color #3A7F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7F14 is #C580EB. Grayscale: #5E5E5E. Windows color (decimal): -12943596 or 1343290. OLE color: 1343290.
HSL color Cylindrical-coordinate representation of color #3A7F14: hue angle of 98.69º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A7F14 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 127 | 20 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.50 |
| HSL | 98.69º | 0.73% | 0.29% | - |
| HSV(B) | 98.69º | 0.84% | 0.5% | - |
| XYZ | 9.46 | 16.13 | 3.28 | - |
| YUV | 94.17 | 86.14 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 20 | 0.54 | 0 | 0.84 | 0.50 | 98.69 | 0.73 | 0.29 |
| Hex | 3A | 7F | 14 | 36 | 0 | 54 | 32 | 63 | 49 | 1D |
| Octal | 72 | 177 | 24 | 66 | 0 | 124 | 62 | 143 | 111 | 35 |
| Binary | 111010 | 1111111 | 10100 | 110110 | 0 | 1010100 | 110010 | 1100011 | 1001001 | 11101 |
Color Harmonies of #3A7F14
Complementary color
Monochromatic Colors of #3A7F14
Black with #3A7F14
Text Example
Text Example
White with #3A7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7F14; }
p { color: rgb(58,127,20); }
H1.HeaderClassName
{
color: #3A7F14;
}
.AnyTagClassName
{
color: #3A7F14;
}
</style>
background-color css
<style>
a { background-color: #3A7F14; }
a { background-color: rgb(58,127,20); }
div.DivClassName
{
background-color: #3A7F14;
}
.BgClassName
{
background-color: #3A7F14;
}
</style>
border-color css
<style>
span { border-color: #3A7F14; }
span { border-color: rgb(58,127,20); }
td.TdClassName
{
border-color: #3A7F14;
}
.TagClassName
{
border-color: #3A7F14;
}
</style>