Shades of Bilbao #3A8515
Tints of Bilbao #3A8515
RGB
CMYK
RGB Variations
Color information
#3A8515 (or 0x3A8515) is known color: Bilbao. HEX triplet: 3A, 85 and 15. RGB value is (58,133,21). Sum of RGB (Red+Green+Blue) = 58+133+21=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #3A8515 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8515 is #C57AEA. Grayscale: #626262. Windows color (decimal): -12942059 or 1410362. OLE color: 1410362.
HSL color Cylindrical-coordinate representation of color #3A8515: hue angle of 100.18º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A8515 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 133 | 21 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.48 |
| HSL | 100.18º | 0.73% | 0.3% | - |
| HSV(B) | 100.18º | 0.84% | 0.52% | - |
| XYZ | 10.27 | 17.73 | 3.59 | - |
| YUV | 97.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 21 | 0.56 | 0 | 0.84 | 0.48 | 100.18 | 0.73 | 0.3 |
| Hex | 3A | 85 | 15 | 38 | 0 | 54 | 30 | 64 | 49 | 1E |
| Octal | 72 | 205 | 25 | 70 | 0 | 124 | 60 | 144 | 111 | 36 |
| Binary | 111010 | 10000101 | 10101 | 111000 | 0 | 1010100 | 110000 | 1100100 | 1001001 | 11110 |
Color Harmonies of #3A8515
Complementary color
Monochromatic Colors of #3A8515
Black with #3A8515
Text Example
Text Example
White with #3A8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8515; }
p { color: rgb(58,133,21); }
H1.HeaderClassName
{
color: #3A8515;
}
.AnyTagClassName
{
color: #3A8515;
}
</style>
background-color css
<style>
a { background-color: #3A8515; }
a { background-color: rgb(58,133,21); }
div.DivClassName
{
background-color: #3A8515;
}
.BgClassName
{
background-color: #3A8515;
}
</style>
border-color css
<style>
span { border-color: #3A8515; }
span { border-color: rgb(58,133,21); }
td.TdClassName
{
border-color: #3A8515;
}
.TagClassName
{
border-color: #3A8515;
}
</style>