Shades of Bilbao #3A8418
Tints of Bilbao #3A8418
RGB
CMYK
RGB Variations
Color information
#3A8418 (or 0x3A8418) is known color: Bilbao. HEX triplet: 3A, 84 and 18. RGB value is (58,132,24). Sum of RGB (Red+Green+Blue) = 58+132+24=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A8418 is #C57BE7. Grayscale: #616161. Windows color (decimal): -12942312 or 1606714. OLE color: 1606714.
HSL color Cylindrical-coordinate representation of color #3A8418: hue angle of 101.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A8418 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 24 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.48 |
| HSL | 101.11º | 0.69% | 0.31% | - |
| HSV(B) | 101.11º | 0.82% | 0.52% | - |
| XYZ | 10.16 | 17.47 | 3.7 | - |
| YUV | 97.56 | 86.48 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 24 | 0.56 | 0 | 0.82 | 0.48 | 101.11 | 0.69 | 0.31 |
| Hex | 3A | 84 | 18 | 38 | 0 | 52 | 30 | 65 | 45 | 1F |
| Octal | 72 | 204 | 30 | 70 | 0 | 122 | 60 | 145 | 105 | 37 |
| Binary | 111010 | 10000100 | 11000 | 111000 | 0 | 1010010 | 110000 | 1100101 | 1000101 | 11111 |
Color Harmonies of #3A8418
Complementary color
Monochromatic Colors of #3A8418
Black with #3A8418
Text Example
Text Example
White with #3A8418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8418; }
p { color: rgb(58,132,24); }
H1.HeaderClassName
{
color: #3A8418;
}
.AnyTagClassName
{
color: #3A8418;
}
</style>
background-color css
<style>
a { background-color: #3A8418; }
a { background-color: rgb(58,132,24); }
div.DivClassName
{
background-color: #3A8418;
}
.BgClassName
{
background-color: #3A8418;
}
</style>
border-color css
<style>
span { border-color: #3A8418; }
span { border-color: rgb(58,132,24); }
td.TdClassName
{
border-color: #3A8418;
}
.TagClassName
{
border-color: #3A8418;
}
</style>