Shades of Bilbao #3A8015
Tints of Bilbao #3A8015
RGB
CMYK
RGB Variations
Color information
#3A8015 (or 0x3A8015) is known color: Bilbao. HEX triplet: 3A, 80 and 15. RGB value is (58,128,21). Sum of RGB (Red+Green+Blue) = 58+128+21=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 128 (50.39% from 255 or 61.84% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 128 - color contains mainly: green. Hex color #3A8015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8015 is #C57FEA. Grayscale: #5F5F5F. Windows color (decimal): -12943339 or 1409082. OLE color: 1409082.
HSL color Cylindrical-coordinate representation of color #3A8015: hue angle of 99.25º degrees, saturation: 0.72, 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 #3A8015 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 128 | 21 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.50 |
| HSL | 99.25º | 0.72% | 0.29% | - |
| HSV(B) | 99.25º | 0.84% | 0.5% | - |
| XYZ | 9.6 | 16.39 | 3.37 | - |
| YUV | 94.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 21 | 0.55 | 0 | 0.84 | 0.50 | 99.25 | 0.72 | 0.29 |
| Hex | 3A | 80 | 15 | 37 | 0 | 54 | 32 | 63 | 48 | 1D |
| Octal | 72 | 200 | 25 | 67 | 0 | 124 | 62 | 143 | 110 | 35 |
| Binary | 111010 | 10000000 | 10101 | 110111 | 0 | 1010100 | 110010 | 1100011 | 1001000 | 11101 |
Color Harmonies of #3A8015
Complementary color
Monochromatic Colors of #3A8015
Black with #3A8015
Text Example
Text Example
White with #3A8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8015; }
p { color: rgb(58,128,21); }
H1.HeaderClassName
{
color: #3A8015;
}
.AnyTagClassName
{
color: #3A8015;
}
</style>
background-color css
<style>
a { background-color: #3A8015; }
a { background-color: rgb(58,128,21); }
div.DivClassName
{
background-color: #3A8015;
}
.BgClassName
{
background-color: #3A8015;
}
</style>
border-color css
<style>
span { border-color: #3A8015; }
span { border-color: rgb(58,128,21); }
td.TdClassName
{
border-color: #3A8015;
}
.TagClassName
{
border-color: #3A8015;
}
</style>