Shades of Bilbao #3A8A17
Tints of Bilbao #3A8A17
RGB
CMYK
RGB Variations
Color information
#3A8A17 (or 0x3A8A17) is known color: Bilbao. HEX triplet: 3A, 8A and 17. RGB value is (58,138,23). Sum of RGB (Red+Green+Blue) = 58+138+23=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8A17 is #C575E8. Grayscale: #656565. Windows color (decimal): -12940777 or 1542714. OLE color: 1542714.
HSL color Cylindrical-coordinate representation of color #3A8A17: hue angle of 101.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A8A17 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 23 | - |
| CMYK | 0.58 | 0 | 0.83 | 0.46 |
| HSL | 101.74º | 0.71% | 0.32% | - |
| HSV(B) | 101.74º | 0.83% | 0.54% | - |
| XYZ | 10.99 | 19.14 | 3.93 | - |
| YUV | 100.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 23 | 0.58 | 0 | 0.83 | 0.46 | 101.74 | 0.71 | 0.32 |
| Hex | 3A | 8A | 17 | 3A | 0 | 53 | 2E | 66 | 47 | 20 |
| Octal | 72 | 212 | 27 | 72 | 0 | 123 | 56 | 146 | 107 | 40 |
| Binary | 111010 | 10001010 | 10111 | 111010 | 0 | 1010011 | 101110 | 1100110 | 1000111 | 100000 |
Color Harmonies of #3A8A17
Complementary color
Monochromatic Colors of #3A8A17
Black with #3A8A17
Text Example
Text Example
White with #3A8A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A17; }
p { color: rgb(58,138,23); }
H1.HeaderClassName
{
color: #3A8A17;
}
.AnyTagClassName
{
color: #3A8A17;
}
</style>
background-color css
<style>
a { background-color: #3A8A17; }
a { background-color: rgb(58,138,23); }
div.DivClassName
{
background-color: #3A8A17;
}
.BgClassName
{
background-color: #3A8A17;
}
</style>
border-color css
<style>
span { border-color: #3A8A17; }
span { border-color: rgb(58,138,23); }
td.TdClassName
{
border-color: #3A8A17;
}
.TagClassName
{
border-color: #3A8A17;
}
</style>