Shades of Bilbao #3A7A18
Tints of Bilbao #3A7A18
RGB
CMYK
RGB Variations
Color information
#3A7A18 (or 0x3A7A18) is known color: Bilbao. HEX triplet: 3A, 7A and 18. RGB value is (58,122,24). Sum of RGB (Red+Green+Blue) = 58+122+24=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 122 (48.05% from 255 or 59.80% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 122 - color contains mainly: green. Hex color #3A7A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7A18 is #C585E7. Grayscale: #5C5C5C. Windows color (decimal): -12944872 or 1604154. OLE color: 1604154.
HSL color Cylindrical-coordinate representation of color #3A7A18: hue angle of 99.18º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A7A18 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 122 | 24 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.52 |
| HSL | 99.18º | 0.67% | 0.29% | - |
| HSV(B) | 99.18º | 0.8% | 0.48% | - |
| XYZ | 8.87 | 14.88 | 3.27 | - |
| YUV | 91.69 | 89.8 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 24 | 0.52 | 0 | 0.80 | 0.52 | 99.18 | 0.67 | 0.29 |
| Hex | 3A | 7A | 18 | 34 | 0 | 50 | 34 | 63 | 43 | 1D |
| Octal | 72 | 172 | 30 | 64 | 0 | 120 | 64 | 143 | 103 | 35 |
| Binary | 111010 | 1111010 | 11000 | 110100 | 0 | 1010000 | 110100 | 1100011 | 1000011 | 11101 |
Color Harmonies of #3A7A18
Complementary color
Monochromatic Colors of #3A7A18
Black with #3A7A18
Text Example
Text Example
White with #3A7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7A18; }
p { color: rgb(58,122,24); }
H1.HeaderClassName
{
color: #3A7A18;
}
.AnyTagClassName
{
color: #3A7A18;
}
</style>
background-color css
<style>
a { background-color: #3A7A18; }
a { background-color: rgb(58,122,24); }
div.DivClassName
{
background-color: #3A7A18;
}
.BgClassName
{
background-color: #3A7A18;
}
</style>
border-color css
<style>
span { border-color: #3A7A18; }
span { border-color: rgb(58,122,24); }
td.TdClassName
{
border-color: #3A7A18;
}
.TagClassName
{
border-color: #3A7A18;
}
</style>