Shades of Bilbao #3E7905
Tints of Bilbao #3E7905
RGB
CMYK
RGB Variations
Color information
#3E7905 (or 0x3E7905) is known color: Bilbao. HEX triplet: 3E, 79 and 05. RGB value is (62,121,5). Sum of RGB (Red+Green+Blue) = 62+121+5=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 121 (47.66% from 255 or 64.36% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7905 is #C186FA. Grayscale: #5A5A5A. Windows color (decimal): -12683003 or 358718. OLE color: 358718.
HSL color Cylindrical-coordinate representation of color #3E7905: hue angle of 90.52º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E7905 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 121 | 5 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.53 |
| HSL | 90.52º | 0.92% | 0.25% | - |
| HSV(B) | 90.52º | 0.96% | 0.47% | - |
| XYZ | 8.85 | 14.71 | 2.52 | - |
| YUV | 90.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 5 | 0.49 | 0 | 0.96 | 0.53 | 90.52 | 0.92 | 0.25 |
| Hex | 3E | 79 | 5 | 31 | 0 | 60 | 35 | 5B | 5C | 19 |
| Octal | 76 | 171 | 5 | 61 | 0 | 140 | 65 | 133 | 134 | 31 |
| Binary | 111110 | 1111001 | 101 | 110001 | 0 | 1100000 | 110101 | 1011011 | 1011100 | 11001 |
Color Harmonies of #3E7905
Complementary color
Monochromatic Colors of #3E7905
Black with #3E7905
Text Example
Text Example
White with #3E7905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7905; }
p { color: rgb(62,121,5); }
H1.HeaderClassName
{
color: #3E7905;
}
.AnyTagClassName
{
color: #3E7905;
}
</style>
background-color css
<style>
a { background-color: #3E7905; }
a { background-color: rgb(62,121,5); }
div.DivClassName
{
background-color: #3E7905;
}
.BgClassName
{
background-color: #3E7905;
}
</style>
border-color css
<style>
span { border-color: #3E7905; }
span { border-color: rgb(62,121,5); }
td.TdClassName
{
border-color: #3E7905;
}
.TagClassName
{
border-color: #3E7905;
}
</style>