Shades of Bilbao #3E7501
Tints of Bilbao #3E7501
RGB
CMYK
RGB Variations
Color information
#3E7501 (or 0x3E7501) is known color: Bilbao. HEX triplet: 3E, 75 and 01. RGB value is (62,117,1). Sum of RGB (Red+Green+Blue) = 62+117+1=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7501 is #C18AFE. Grayscale: #575757. Windows color (decimal): -12684031 or 95550. OLE color: 95550.
HSL color Cylindrical-coordinate representation of color #3E7501: hue angle of 88.45º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E7501 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 117 | 1 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.54 |
| HSL | 88.45º | 0.98% | 0.23% | - |
| HSV(B) | 88.45º | 0.99% | 0.46% | - |
| XYZ | 8.35 | 13.75 | 2.24 | - |
| YUV | 87.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 1 | 0.47 | 0 | 0.99 | 0.54 | 88.45 | 0.98 | 0.23 |
| Hex | 3E | 75 | 1 | 2F | 0 | 63 | 36 | 58 | 62 | 17 |
| Octal | 76 | 165 | 1 | 57 | 0 | 143 | 66 | 130 | 142 | 27 |
| Binary | 111110 | 1110101 | 1 | 101111 | 0 | 1100011 | 110110 | 1011000 | 1100010 | 10111 |
Color Harmonies of #3E7501
Complementary color
Monochromatic Colors of #3E7501
Black with #3E7501
Text Example
Text Example
White with #3E7501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7501; }
p { color: rgb(62,117,1); }
H1.HeaderClassName
{
color: #3E7501;
}
.AnyTagClassName
{
color: #3E7501;
}
</style>
background-color css
<style>
a { background-color: #3E7501; }
a { background-color: rgb(62,117,1); }
div.DivClassName
{
background-color: #3E7501;
}
.BgClassName
{
background-color: #3E7501;
}
</style>
border-color css
<style>
span { border-color: #3E7501; }
span { border-color: rgb(62,117,1); }
td.TdClassName
{
border-color: #3E7501;
}
.TagClassName
{
border-color: #3E7501;
}
</style>