Shades of Bilbao #3E790E
Tints of Bilbao #3E790E
RGB
CMYK
RGB Variations
Color information
#3E790E (or 0x3E790E) is known color: Bilbao. HEX triplet: 3E, 79 and 0E. RGB value is (62,121,14). Sum of RGB (Red+Green+Blue) = 62+121+14=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #3E790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E790E is #C186F1. Grayscale: #5B5B5B. Windows color (decimal): -12682994 or 948542. OLE color: 948542.
HSL color Cylindrical-coordinate representation of color #3E790E: hue angle of 93.08º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E790E is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 14 | - |
| CMYK | 0.49 | 0 | 0.88 | 0.53 |
| HSL | 93.08º | 0.79% | 0.26% | - |
| HSV(B) | 93.08º | 0.88% | 0.47% | - |
| XYZ | 8.9 | 14.73 | 2.79 | - |
| YUV | 91.16 | 84.45 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 14 | 0.49 | 0 | 0.88 | 0.53 | 93.08 | 0.79 | 0.26 |
| Hex | 3E | 79 | E | 31 | 0 | 58 | 35 | 5D | 4F | 1A |
| Octal | 76 | 171 | 16 | 61 | 0 | 130 | 65 | 135 | 117 | 32 |
| Binary | 111110 | 1111001 | 1110 | 110001 | 0 | 1011000 | 110101 | 1011101 | 1001111 | 11010 |
Color Harmonies of #3E790E
Complementary color
Monochromatic Colors of #3E790E
Black with #3E790E
Text Example
Text Example
White with #3E790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E790E; }
p { color: rgb(62,121,14); }
H1.HeaderClassName
{
color: #3E790E;
}
.AnyTagClassName
{
color: #3E790E;
}
</style>
background-color css
<style>
a { background-color: #3E790E; }
a { background-color: rgb(62,121,14); }
div.DivClassName
{
background-color: #3E790E;
}
.BgClassName
{
background-color: #3E790E;
}
</style>
border-color css
<style>
span { border-color: #3E790E; }
span { border-color: rgb(62,121,14); }
td.TdClassName
{
border-color: #3E790E;
}
.TagClassName
{
border-color: #3E790E;
}
</style>