Shades of Bilbao #3A790E
Tints of Bilbao #3A790E
RGB
CMYK
RGB Variations
Color information
#3A790E (or 0x3A790E) is known color: Bilbao. HEX triplet: 3A, 79 and 0E. RGB value is (58,121,14). Sum of RGB (Red+Green+Blue) = 58+121+14=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #3A790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A790E is #C586F1. Grayscale: #5A5A5A. Windows color (decimal): -12945138 or 948538. OLE color: 948538.
HSL color Cylindrical-coordinate representation of color #3A790E: hue angle of 95.33º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A790E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 121 | 14 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.53 |
| HSL | 95.33º | 0.79% | 0.26% | - |
| HSV(B) | 95.33º | 0.88% | 0.47% | - |
| XYZ | 8.66 | 14.61 | 2.78 | - |
| YUV | 89.97 | 85.13 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 121 | 14 | 0.52 | 0 | 0.88 | 0.53 | 95.33 | 0.79 | 0.26 |
| Hex | 3A | 79 | E | 34 | 0 | 58 | 35 | 5F | 4F | 1A |
| Octal | 72 | 171 | 16 | 64 | 0 | 130 | 65 | 137 | 117 | 32 |
| Binary | 111010 | 1111001 | 1110 | 110100 | 0 | 1011000 | 110101 | 1011111 | 1001111 | 11010 |
Color Harmonies of #3A790E
Complementary color
Monochromatic Colors of #3A790E
Black with #3A790E
Text Example
Text Example
White with #3A790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A790E; }
p { color: rgb(58,121,14); }
H1.HeaderClassName
{
color: #3A790E;
}
.AnyTagClassName
{
color: #3A790E;
}
</style>
background-color css
<style>
a { background-color: #3A790E; }
a { background-color: rgb(58,121,14); }
div.DivClassName
{
background-color: #3A790E;
}
.BgClassName
{
background-color: #3A790E;
}
</style>
border-color css
<style>
span { border-color: #3A790E; }
span { border-color: rgb(58,121,14); }
td.TdClassName
{
border-color: #3A790E;
}
.TagClassName
{
border-color: #3A790E;
}
</style>