Shades of Bilbao #3A741B
Tints of Bilbao #3A741B
RGB
CMYK
RGB Variations
Color information
#3A741B (or 0x3A741B) is known color: Bilbao. HEX triplet: 3A, 74 and 1B. RGB value is (58,116,27). Sum of RGB (Red+Green+Blue) = 58+116+27=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #3A741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A741B is #C58BE4. Grayscale: #585858. Windows color (decimal): -12946405 or 1799226. OLE color: 1799226.
HSL color Cylindrical-coordinate representation of color #3A741B: hue angle of 99.1º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A741B is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 116 | 27 | - |
| CMYK | 0.5 | 0 | 0.77 | 0.55 |
| HSL | 99.1º | 0.62% | 0.28% | - |
| HSV(B) | 99.1º | 0.77% | 0.45% | - |
| XYZ | 8.19 | 13.47 | 3.21 | - |
| YUV | 88.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 27 | 0.5 | 0 | 0.77 | 0.55 | 99.1 | 0.62 | 0.28 |
| Hex | 3A | 74 | 1B | 32 | 0 | 4D | 37 | 63 | 3E | 1C |
| Octal | 72 | 164 | 33 | 62 | 0 | 115 | 67 | 143 | 76 | 34 |
| Binary | 111010 | 1110100 | 11011 | 110010 | 0 | 1001101 | 110111 | 1100011 | 111110 | 11100 |
Color Harmonies of #3A741B
Complementary color
Monochromatic Colors of #3A741B
Black with #3A741B
Text Example
Text Example
White with #3A741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A741B; }
p { color: rgb(58,116,27); }
H1.HeaderClassName
{
color: #3A741B;
}
.AnyTagClassName
{
color: #3A741B;
}
</style>
background-color css
<style>
a { background-color: #3A741B; }
a { background-color: rgb(58,116,27); }
div.DivClassName
{
background-color: #3A741B;
}
.BgClassName
{
background-color: #3A741B;
}
</style>
border-color css
<style>
span { border-color: #3A741B; }
span { border-color: rgb(58,116,27); }
td.TdClassName
{
border-color: #3A741B;
}
.TagClassName
{
border-color: #3A741B;
}
</style>