Shades of Bilbao #3E7714
Tints of Bilbao #3E7714
RGB
CMYK
RGB Variations
Color information
#3E7714 (or 0x3E7714) is known color: Bilbao. HEX triplet: 3E, 77 and 14. RGB value is (62,119,20). Sum of RGB (Red+Green+Blue) = 62+119+20=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7714 is #C188EB. Grayscale: #5B5B5B. Windows color (decimal): -12683500 or 1341246. OLE color: 1341246.
HSL color Cylindrical-coordinate representation of color #3E7714: hue angle of 94.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E7714 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 119 | 20 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.53 |
| HSL | 94.55º | 0.71% | 0.27% | - |
| HSV(B) | 94.55º | 0.83% | 0.47% | - |
| XYZ | 8.71 | 14.27 | 2.96 | - |
| YUV | 90.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 20 | 0.48 | 0 | 0.83 | 0.53 | 94.55 | 0.71 | 0.27 |
| Hex | 3E | 77 | 14 | 30 | 0 | 53 | 35 | 5F | 47 | 1B |
| Octal | 76 | 167 | 24 | 60 | 0 | 123 | 65 | 137 | 107 | 33 |
| Binary | 111110 | 1110111 | 10100 | 110000 | 0 | 1010011 | 110101 | 1011111 | 1000111 | 11011 |
Color Harmonies of #3E7714
Complementary color
Monochromatic Colors of #3E7714
Black with #3E7714
Text Example
Text Example
White with #3E7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7714; }
p { color: rgb(62,119,20); }
H1.HeaderClassName
{
color: #3E7714;
}
.AnyTagClassName
{
color: #3E7714;
}
</style>
background-color css
<style>
a { background-color: #3E7714; }
a { background-color: rgb(62,119,20); }
div.DivClassName
{
background-color: #3E7714;
}
.BgClassName
{
background-color: #3E7714;
}
</style>
border-color css
<style>
span { border-color: #3E7714; }
span { border-color: rgb(62,119,20); }
td.TdClassName
{
border-color: #3E7714;
}
.TagClassName
{
border-color: #3E7714;
}
</style>