Shades of Bilbao #3A761B
Tints of Bilbao #3A761B
RGB
CMYK
RGB Variations
Color information
#3A761B (or 0x3A761B) is known color: Bilbao. HEX triplet: 3A, 76 and 1B. RGB value is (58,118,27). Sum of RGB (Red+Green+Blue) = 58+118+27=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #3A761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A761B is #C589E4. Grayscale: #595959. Windows color (decimal): -12945893 or 1799738. OLE color: 1799738.
HSL color Cylindrical-coordinate representation of color #3A761B: hue angle of 99.56º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A761B is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 118 | 27 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.54 |
| HSL | 99.56º | 0.63% | 0.28% | - |
| HSV(B) | 99.56º | 0.77% | 0.46% | - |
| XYZ | 8.42 | 13.94 | 3.28 | - |
| YUV | 89.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 118 | 27 | 0.51 | 0 | 0.77 | 0.54 | 99.56 | 0.63 | 0.28 |
| Hex | 3A | 76 | 1B | 33 | 0 | 4D | 36 | 64 | 3F | 1C |
| Octal | 72 | 166 | 33 | 63 | 0 | 115 | 66 | 144 | 77 | 34 |
| Binary | 111010 | 1110110 | 11011 | 110011 | 0 | 1001101 | 110110 | 1100100 | 111111 | 11100 |
Color Harmonies of #3A761B
Complementary color
Monochromatic Colors of #3A761B
Black with #3A761B
Text Example
Text Example
White with #3A761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A761B; }
p { color: rgb(58,118,27); }
H1.HeaderClassName
{
color: #3A761B;
}
.AnyTagClassName
{
color: #3A761B;
}
</style>
background-color css
<style>
a { background-color: #3A761B; }
a { background-color: rgb(58,118,27); }
div.DivClassName
{
background-color: #3A761B;
}
.BgClassName
{
background-color: #3A761B;
}
</style>
border-color css
<style>
span { border-color: #3A761B; }
span { border-color: rgb(58,118,27); }
td.TdClassName
{
border-color: #3A761B;
}
.TagClassName
{
border-color: #3A761B;
}
</style>