Shades of Bilbao #3E7912
Tints of Bilbao #3E7912
RGB
CMYK
RGB Variations
Color information
#3E7912 (or 0x3E7912) is known color: Bilbao. HEX triplet: 3E, 79 and 12. RGB value is (62,121,18). Sum of RGB (Red+Green+Blue) = 62+121+18=201 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.85% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7912 is #C186ED. Grayscale: #5B5B5B. Windows color (decimal): -12682990 or 1210686. OLE color: 1210686.
HSL color Cylindrical-coordinate representation of color #3E7912: hue angle of 94.37º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E7912 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 18 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.53 |
| HSL | 94.37º | 0.74% | 0.27% | - |
| HSV(B) | 94.37º | 0.85% | 0.47% | - |
| XYZ | 8.93 | 14.74 | 2.95 | - |
| YUV | 91.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 18 | 0.49 | 0 | 0.85 | 0.53 | 94.37 | 0.74 | 0.27 |
| Hex | 3E | 79 | 12 | 31 | 0 | 55 | 35 | 5E | 4A | 1B |
| Octal | 76 | 171 | 22 | 61 | 0 | 125 | 65 | 136 | 112 | 33 |
| Binary | 111110 | 1111001 | 10010 | 110001 | 0 | 1010101 | 110101 | 1011110 | 1001010 | 11011 |
Color Harmonies of #3E7912
Complementary color
Monochromatic Colors of #3E7912
Black with #3E7912
Text Example
Text Example
White with #3E7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7912; }
p { color: rgb(62,121,18); }
H1.HeaderClassName
{
color: #3E7912;
}
.AnyTagClassName
{
color: #3E7912;
}
</style>
background-color css
<style>
a { background-color: #3E7912; }
a { background-color: rgb(62,121,18); }
div.DivClassName
{
background-color: #3E7912;
}
.BgClassName
{
background-color: #3E7912;
}
</style>
border-color css
<style>
span { border-color: #3E7912; }
span { border-color: rgb(62,121,18); }
td.TdClassName
{
border-color: #3E7912;
}
.TagClassName
{
border-color: #3E7912;
}
</style>