Shades of Bilbao #3E750F
Tints of Bilbao #3E750F
RGB
CMYK
RGB Variations
Color information
#3E750F (or 0x3E750F) is known color: Bilbao. HEX triplet: 3E, 75 and 0F. RGB value is (62,117,15). Sum of RGB (Red+Green+Blue) = 62+117+15=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #3E750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E750F is #C18AF0. Grayscale: #595959. Windows color (decimal): -12684017 or 1013054. OLE color: 1013054.
HSL color Cylindrical-coordinate representation of color #3E750F: hue angle of 92.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E750F is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 15 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.54 |
| HSL | 92.35º | 0.77% | 0.26% | - |
| HSV(B) | 92.35º | 0.87% | 0.46% | - |
| XYZ | 8.43 | 13.78 | 2.67 | - |
| YUV | 88.93 | 86.28 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 15 | 0.47 | 0 | 0.87 | 0.54 | 92.35 | 0.77 | 0.26 |
| Hex | 3E | 75 | F | 2F | 0 | 57 | 36 | 5C | 4D | 1A |
| Octal | 76 | 165 | 17 | 57 | 0 | 127 | 66 | 134 | 115 | 32 |
| Binary | 111110 | 1110101 | 1111 | 101111 | 0 | 1010111 | 110110 | 1011100 | 1001101 | 11010 |
Color Harmonies of #3E750F
Complementary color
Monochromatic Colors of #3E750F
Black with #3E750F
Text Example
Text Example
White with #3E750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E750F; }
p { color: rgb(62,117,15); }
H1.HeaderClassName
{
color: #3E750F;
}
.AnyTagClassName
{
color: #3E750F;
}
</style>
background-color css
<style>
a { background-color: #3E750F; }
a { background-color: rgb(62,117,15); }
div.DivClassName
{
background-color: #3E750F;
}
.BgClassName
{
background-color: #3E750F;
}
</style>
border-color css
<style>
span { border-color: #3E750F; }
span { border-color: rgb(62,117,15); }
td.TdClassName
{
border-color: #3E750F;
}
.TagClassName
{
border-color: #3E750F;
}
</style>