Shades of Bilbao #3E7619
Tints of Bilbao #3E7619
RGB
CMYK
RGB Variations
Color information
#3E7619 (or 0x3E7619) is known color: Bilbao. HEX triplet: 3E, 76 and 19. RGB value is (62,118,25). Sum of RGB (Red+Green+Blue) = 62+118+25=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7619 is #C189E6. Grayscale: #5A5A5A. Windows color (decimal): -12683751 or 1668670. OLE color: 1668670.
HSL color Cylindrical-coordinate representation of color #3E7619: hue angle of 96.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E7619 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 118 | 25 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.54 |
| HSL | 96.13º | 0.65% | 0.28% | - |
| HSV(B) | 96.13º | 0.79% | 0.46% | - |
| XYZ | 8.64 | 14.05 | 3.18 | - |
| YUV | 90.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 118 | 25 | 0.47 | 0 | 0.79 | 0.54 | 96.13 | 0.65 | 0.28 |
| Hex | 3E | 76 | 19 | 2F | 0 | 4F | 36 | 60 | 41 | 1C |
| Octal | 76 | 166 | 31 | 57 | 0 | 117 | 66 | 140 | 101 | 34 |
| Binary | 111110 | 1110110 | 11001 | 101111 | 0 | 1001111 | 110110 | 1100000 | 1000001 | 11100 |
Color Harmonies of #3E7619
Complementary color
Monochromatic Colors of #3E7619
Black with #3E7619
Text Example
Text Example
White with #3E7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7619; }
p { color: rgb(62,118,25); }
H1.HeaderClassName
{
color: #3E7619;
}
.AnyTagClassName
{
color: #3E7619;
}
</style>
background-color css
<style>
a { background-color: #3E7619; }
a { background-color: rgb(62,118,25); }
div.DivClassName
{
background-color: #3E7619;
}
.BgClassName
{
background-color: #3E7619;
}
</style>
border-color css
<style>
span { border-color: #3E7619; }
span { border-color: rgb(62,118,25); }
td.TdClassName
{
border-color: #3E7619;
}
.TagClassName
{
border-color: #3E7619;
}
</style>