Shades of Bilbao #3A7015
Tints of Bilbao #3A7015
RGB
CMYK
RGB Variations
Color information
#3A7015 (or 0x3A7015) is known color: Bilbao. HEX triplet: 3A, 70 and 15. RGB value is (58,112,21). Sum of RGB (Red+Green+Blue) = 58+112+21=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7015 is #C58FEA. Grayscale: #555555. Windows color (decimal): -12947435 or 1404986. OLE color: 1404986.
HSL color Cylindrical-coordinate representation of color #3A7015: hue angle of 95.6º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A7015 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 112 | 21 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.56 |
| HSL | 95.6º | 0.68% | 0.26% | - |
| HSV(B) | 95.6º | 0.81% | 0.44% | - |
| XYZ | 7.67 | 12.54 | 2.73 | - |
| YUV | 85.48 | 91.61 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 112 | 21 | 0.48 | 0 | 0.81 | 0.56 | 95.6 | 0.68 | 0.26 |
| Hex | 3A | 70 | 15 | 30 | 0 | 51 | 38 | 60 | 44 | 1A |
| Octal | 72 | 160 | 25 | 60 | 0 | 121 | 70 | 140 | 104 | 32 |
| Binary | 111010 | 1110000 | 10101 | 110000 | 0 | 1010001 | 111000 | 1100000 | 1000100 | 11010 |
Color Harmonies of #3A7015
Complementary color
Monochromatic Colors of #3A7015
Black with #3A7015
Text Example
Text Example
White with #3A7015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7015; }
p { color: rgb(58,112,21); }
H1.HeaderClassName
{
color: #3A7015;
}
.AnyTagClassName
{
color: #3A7015;
}
</style>
background-color css
<style>
a { background-color: #3A7015; }
a { background-color: rgb(58,112,21); }
div.DivClassName
{
background-color: #3A7015;
}
.BgClassName
{
background-color: #3A7015;
}
</style>
border-color css
<style>
span { border-color: #3A7015; }
span { border-color: rgb(58,112,21); }
td.TdClassName
{
border-color: #3A7015;
}
.TagClassName
{
border-color: #3A7015;
}
</style>