Shades of Bilbao #3F7418
Tints of Bilbao #3F7418
RGB
CMYK
RGB Variations
Color information
#3F7418 (or 0x3F7418) is known color: Bilbao. HEX triplet: 3F, 74 and 18. RGB value is (63,116,24). Sum of RGB (Red+Green+Blue) = 63+116+24=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #3F7418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7418 is #C08BE7. Grayscale: #595959. Windows color (decimal): -12618728 or 1602623. OLE color: 1602623.
HSL color Cylindrical-coordinate representation of color #3F7418: hue angle of 94.57º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F7418 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 116 | 24 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.55 |
| HSL | 94.57º | 0.66% | 0.27% | - |
| HSV(B) | 94.57º | 0.79% | 0.45% | - |
| XYZ | 8.46 | 13.61 | 3.05 | - |
| YUV | 89.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 24 | 0.46 | 0 | 0.79 | 0.55 | 94.57 | 0.66 | 0.27 |
| Hex | 3F | 74 | 18 | 2E | 0 | 4F | 37 | 5F | 42 | 1B |
| Octal | 77 | 164 | 30 | 56 | 0 | 117 | 67 | 137 | 102 | 33 |
| Binary | 111111 | 1110100 | 11000 | 101110 | 0 | 1001111 | 110111 | 1011111 | 1000010 | 11011 |
Color Harmonies of #3F7418
Complementary color
Monochromatic Colors of #3F7418
Black with #3F7418
Text Example
Text Example
White with #3F7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7418; }
p { color: rgb(63,116,24); }
H1.HeaderClassName
{
color: #3F7418;
}
.AnyTagClassName
{
color: #3F7418;
}
</style>
background-color css
<style>
a { background-color: #3F7418; }
a { background-color: rgb(63,116,24); }
div.DivClassName
{
background-color: #3F7418;
}
.BgClassName
{
background-color: #3F7418;
}
</style>
border-color css
<style>
span { border-color: #3F7418; }
span { border-color: rgb(63,116,24); }
td.TdClassName
{
border-color: #3F7418;
}
.TagClassName
{
border-color: #3F7418;
}
</style>