Shades of Bilbao #3B7F0E
Tints of Bilbao #3B7F0E
RGB
CMYK
RGB Variations
Color information
#3B7F0E (or 0x3B7F0E) is known color: Bilbao. HEX triplet: 3B, 7F and 0E. RGB value is (59,127,14). Sum of RGB (Red+Green+Blue) = 59+127+14=200 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.5% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7F0E is #C480F1. Grayscale: #5E5E5E. Windows color (decimal): -12878066 or 950075. OLE color: 950075.
HSL color Cylindrical-coordinate representation of color #3B7F0E: hue angle of 96.11º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B7F0E is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 127 | 14 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.50 |
| HSL | 96.11º | 0.8% | 0.28% | - |
| HSV(B) | 96.11º | 0.89% | 0.5% | - |
| XYZ | 9.47 | 16.14 | 3.03 | - |
| YUV | 93.79 | 82.97 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 14 | 0.54 | 0 | 0.89 | 0.50 | 96.11 | 0.8 | 0.28 |
| Hex | 3B | 7F | E | 36 | 0 | 59 | 32 | 60 | 50 | 1C |
| Octal | 73 | 177 | 16 | 66 | 0 | 131 | 62 | 140 | 120 | 34 |
| Binary | 111011 | 1111111 | 1110 | 110110 | 0 | 1011001 | 110010 | 1100000 | 1010000 | 11100 |
Color Harmonies of #3B7F0E
Complementary color
Monochromatic Colors of #3B7F0E
Black with #3B7F0E
Text Example
Text Example
White with #3B7F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F0E; }
p { color: rgb(59,127,14); }
H1.HeaderClassName
{
color: #3B7F0E;
}
.AnyTagClassName
{
color: #3B7F0E;
}
</style>
background-color css
<style>
a { background-color: #3B7F0E; }
a { background-color: rgb(59,127,14); }
div.DivClassName
{
background-color: #3B7F0E;
}
.BgClassName
{
background-color: #3B7F0E;
}
</style>
border-color css
<style>
span { border-color: #3B7F0E; }
span { border-color: rgb(59,127,14); }
td.TdClassName
{
border-color: #3B7F0E;
}
.TagClassName
{
border-color: #3B7F0E;
}
</style>