Shades of Bilbao #3A8A15
Tints of Bilbao #3A8A15
RGB
CMYK
RGB Variations
Color information
#3A8A15 (or 0x3A8A15) is known color: Bilbao. HEX triplet: 3A, 8A and 15. RGB value is (58,138,21). Sum of RGB (Red+Green+Blue) = 58+138+21=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 138 (54.30% from 255 or 63.59% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8A15 is #C575EA. Grayscale: #656565. Windows color (decimal): -12940779 or 1411642. OLE color: 1411642.
HSL color Cylindrical-coordinate representation of color #3A8A15: hue angle of 101.03º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A8A15 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 21 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.46 |
| HSL | 101.03º | 0.74% | 0.31% | - |
| HSV(B) | 101.03º | 0.85% | 0.54% | - |
| XYZ | 10.97 | 19.13 | 3.82 | - |
| YUV | 100.74 | 83 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 21 | 0.58 | 0 | 0.85 | 0.46 | 101.03 | 0.74 | 0.31 |
| Hex | 3A | 8A | 15 | 3A | 0 | 55 | 2E | 65 | 4A | 1F |
| Octal | 72 | 212 | 25 | 72 | 0 | 125 | 56 | 145 | 112 | 37 |
| Binary | 111010 | 10001010 | 10101 | 111010 | 0 | 1010101 | 101110 | 1100101 | 1001010 | 11111 |
Color Harmonies of #3A8A15
Complementary color
Monochromatic Colors of #3A8A15
Black with #3A8A15
Text Example
Text Example
White with #3A8A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A15; }
p { color: rgb(58,138,21); }
H1.HeaderClassName
{
color: #3A8A15;
}
.AnyTagClassName
{
color: #3A8A15;
}
</style>
background-color css
<style>
a { background-color: #3A8A15; }
a { background-color: rgb(58,138,21); }
div.DivClassName
{
background-color: #3A8A15;
}
.BgClassName
{
background-color: #3A8A15;
}
</style>
border-color css
<style>
span { border-color: #3A8A15; }
span { border-color: rgb(58,138,21); }
td.TdClassName
{
border-color: #3A8A15;
}
.TagClassName
{
border-color: #3A8A15;
}
</style>