Shades of Bilbao #3A740F
Tints of Bilbao #3A740F
RGB
CMYK
RGB Variations
Color information
#3A740F (or 0x3A740F) is known color: Bilbao. HEX triplet: 3A, 74 and 0F. RGB value is (58,116,15). Sum of RGB (Red+Green+Blue) = 58+116+15=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #3A740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A740F is #C58BF0. Grayscale: #575757. Windows color (decimal): -12946417 or 1012794. OLE color: 1012794.
HSL color Cylindrical-coordinate representation of color #3A740F: hue angle of 94.46º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A740F is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 15 | - |
| CMYK | 0.5 | 0 | 0.87 | 0.55 |
| HSL | 94.46º | 0.77% | 0.26% | - |
| HSV(B) | 94.46º | 0.87% | 0.45% | - |
| XYZ | 8.08 | 13.42 | 2.62 | - |
| YUV | 87.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 15 | 0.5 | 0 | 0.87 | 0.55 | 94.46 | 0.77 | 0.26 |
| Hex | 3A | 74 | F | 32 | 0 | 57 | 37 | 5E | 4D | 1A |
| Octal | 72 | 164 | 17 | 62 | 0 | 127 | 67 | 136 | 115 | 32 |
| Binary | 111010 | 1110100 | 1111 | 110010 | 0 | 1010111 | 110111 | 1011110 | 1001101 | 11010 |
Color Harmonies of #3A740F
Complementary color
Monochromatic Colors of #3A740F
Black with #3A740F
Text Example
Text Example
White with #3A740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A740F; }
p { color: rgb(58,116,15); }
H1.HeaderClassName
{
color: #3A740F;
}
.AnyTagClassName
{
color: #3A740F;
}
</style>
background-color css
<style>
a { background-color: #3A740F; }
a { background-color: rgb(58,116,15); }
div.DivClassName
{
background-color: #3A740F;
}
.BgClassName
{
background-color: #3A740F;
}
</style>
border-color css
<style>
span { border-color: #3A740F; }
span { border-color: rgb(58,116,15); }
td.TdClassName
{
border-color: #3A740F;
}
.TagClassName
{
border-color: #3A740F;
}
</style>