Shades of Bilbao #3A8818
Tints of Bilbao #3A8818
RGB
CMYK
RGB Variations
Color information
#3A8818 (or 0x3A8818) is known color: Bilbao. HEX triplet: 3A, 88 and 18. RGB value is (58,136,24). Sum of RGB (Red+Green+Blue) = 58+136+24=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #3A8818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8818 is #C577E7. Grayscale: #646464. Windows color (decimal): -12941288 or 1607738. OLE color: 1607738.
HSL color Cylindrical-coordinate representation of color #3A8818: hue angle of 101.79º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A8818 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 24 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.47 |
| HSL | 101.79º | 0.7% | 0.31% | - |
| HSV(B) | 101.79º | 0.82% | 0.53% | - |
| XYZ | 10.71 | 18.57 | 3.88 | - |
| YUV | 99.91 | 85.16 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 24 | 0.57 | 0 | 0.82 | 0.47 | 101.79 | 0.7 | 0.31 |
| Hex | 3A | 88 | 18 | 39 | 0 | 52 | 2F | 66 | 46 | 1F |
| Octal | 72 | 210 | 30 | 71 | 0 | 122 | 57 | 146 | 106 | 37 |
| Binary | 111010 | 10001000 | 11000 | 111001 | 0 | 1010010 | 101111 | 1100110 | 1000110 | 11111 |
Color Harmonies of #3A8818
Complementary color
Monochromatic Colors of #3A8818
Black with #3A8818
Text Example
Text Example
White with #3A8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8818; }
p { color: rgb(58,136,24); }
H1.HeaderClassName
{
color: #3A8818;
}
.AnyTagClassName
{
color: #3A8818;
}
</style>
background-color css
<style>
a { background-color: #3A8818; }
a { background-color: rgb(58,136,24); }
div.DivClassName
{
background-color: #3A8818;
}
.BgClassName
{
background-color: #3A8818;
}
</style>
border-color css
<style>
span { border-color: #3A8818; }
span { border-color: rgb(58,136,24); }
td.TdClassName
{
border-color: #3A8818;
}
.TagClassName
{
border-color: #3A8818;
}
</style>