Shades of Bilbao #3F750E
Tints of Bilbao #3F750E
RGB
CMYK
RGB Variations
Color information
#3F750E (or 0x3F750E) is known color: Bilbao. HEX triplet: 3F, 75 and 0E. RGB value is (63,117,14). Sum of RGB (Red+Green+Blue) = 63+117+14=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #3F750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F750E is #C08AF1. Grayscale: #595959. Windows color (decimal): -12618482 or 947519. OLE color: 947519.
HSL color Cylindrical-coordinate representation of color #3F750E: hue angle of 91.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F750E is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 14 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.54 |
| HSL | 91.46º | 0.79% | 0.26% | - |
| HSV(B) | 91.46º | 0.88% | 0.46% | - |
| XYZ | 8.49 | 13.81 | 2.63 | - |
| YUV | 89.11 | 85.61 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 14 | 0.46 | 0 | 0.88 | 0.54 | 91.46 | 0.79 | 0.26 |
| Hex | 3F | 75 | E | 2E | 0 | 58 | 36 | 5B | 4F | 1A |
| Octal | 77 | 165 | 16 | 56 | 0 | 130 | 66 | 133 | 117 | 32 |
| Binary | 111111 | 1110101 | 1110 | 101110 | 0 | 1011000 | 110110 | 1011011 | 1001111 | 11010 |
Color Harmonies of #3F750E
Complementary color
Monochromatic Colors of #3F750E
Black with #3F750E
Text Example
Text Example
White with #3F750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F750E; }
p { color: rgb(63,117,14); }
H1.HeaderClassName
{
color: #3F750E;
}
.AnyTagClassName
{
color: #3F750E;
}
</style>
background-color css
<style>
a { background-color: #3F750E; }
a { background-color: rgb(63,117,14); }
div.DivClassName
{
background-color: #3F750E;
}
.BgClassName
{
background-color: #3F750E;
}
</style>
border-color css
<style>
span { border-color: #3F750E; }
span { border-color: rgb(63,117,14); }
td.TdClassName
{
border-color: #3F750E;
}
.TagClassName
{
border-color: #3F750E;
}
</style>