Shades of Bilbao #3F7819
Tints of Bilbao #3F7819
RGB
CMYK
RGB Variations
Color information
#3F7819 (or 0x3F7819) is known color: Bilbao. HEX triplet: 3F, 78 and 19. RGB value is (63,120,25). Sum of RGB (Red+Green+Blue) = 63+120+25=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7819 is #C087E6. Grayscale: #5C5C5C. Windows color (decimal): -12617703 or 1669183. OLE color: 1669183.
HSL color Cylindrical-coordinate representation of color #3F7819: hue angle of 96º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F7819 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 25 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.53 |
| HSL | 96º | 0.66% | 0.28% | - |
| HSV(B) | 96º | 0.79% | 0.47% | - |
| XYZ | 8.94 | 14.56 | 3.26 | - |
| YUV | 92.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 25 | 0.48 | 0 | 0.79 | 0.53 | 96 | 0.66 | 0.28 |
| Hex | 3F | 78 | 19 | 30 | 0 | 4F | 35 | 60 | 42 | 1C |
| Octal | 77 | 170 | 31 | 60 | 0 | 117 | 65 | 140 | 102 | 34 |
| Binary | 111111 | 1111000 | 11001 | 110000 | 0 | 1001111 | 110101 | 1100000 | 1000010 | 11100 |
Color Harmonies of #3F7819
Complementary color
Monochromatic Colors of #3F7819
Black with #3F7819
Text Example
Text Example
White with #3F7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7819; }
p { color: rgb(63,120,25); }
H1.HeaderClassName
{
color: #3F7819;
}
.AnyTagClassName
{
color: #3F7819;
}
</style>
background-color css
<style>
a { background-color: #3F7819; }
a { background-color: rgb(63,120,25); }
div.DivClassName
{
background-color: #3F7819;
}
.BgClassName
{
background-color: #3F7819;
}
</style>
border-color css
<style>
span { border-color: #3F7819; }
span { border-color: rgb(63,120,25); }
td.TdClassName
{
border-color: #3F7819;
}
.TagClassName
{
border-color: #3F7819;
}
</style>