Shades of Bilbao #3F7619
Tints of Bilbao #3F7619
RGB
CMYK
RGB Variations
Color information
#3F7619 (or 0x3F7619) is known color: Bilbao. HEX triplet: 3F, 76 and 19. RGB value is (63,118,25). Sum of RGB (Red+Green+Blue) = 63+118+25=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7619 is #C089E6. Grayscale: #5B5B5B. Windows color (decimal): -12618215 or 1668671. OLE color: 1668671.
HSL color Cylindrical-coordinate representation of color #3F7619: hue angle of 95.48º 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 #3F7619 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 25 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.54 |
| HSL | 95.48º | 0.65% | 0.28% | - |
| HSV(B) | 95.48º | 0.79% | 0.46% | - |
| XYZ | 8.7 | 14.08 | 3.18 | - |
| YUV | 90.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 25 | 0.47 | 0 | 0.79 | 0.54 | 95.48 | 0.65 | 0.28 |
| Hex | 3F | 76 | 19 | 2F | 0 | 4F | 36 | 5F | 41 | 1C |
| Octal | 77 | 166 | 31 | 57 | 0 | 117 | 66 | 137 | 101 | 34 |
| Binary | 111111 | 1110110 | 11001 | 101111 | 0 | 1001111 | 110110 | 1011111 | 1000001 | 11100 |
Color Harmonies of #3F7619
Complementary color
Monochromatic Colors of #3F7619
Black with #3F7619
Text Example
Text Example
White with #3F7619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7619; }
p { color: rgb(63,118,25); }
H1.HeaderClassName
{
color: #3F7619;
}
.AnyTagClassName
{
color: #3F7619;
}
</style>
background-color css
<style>
a { background-color: #3F7619; }
a { background-color: rgb(63,118,25); }
div.DivClassName
{
background-color: #3F7619;
}
.BgClassName
{
background-color: #3F7619;
}
</style>
border-color css
<style>
span { border-color: #3F7619; }
span { border-color: rgb(63,118,25); }
td.TdClassName
{
border-color: #3F7619;
}
.TagClassName
{
border-color: #3F7619;
}
</style>