Shades of Bilbao #3F7816
Tints of Bilbao #3F7816
RGB
CMYK
RGB Variations
Color information
#3F7816 (or 0x3F7816) is known color: Bilbao. HEX triplet: 3F, 78 and 16. RGB value is (63,120,22). Sum of RGB (Red+Green+Blue) = 63+120+22=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7816 is #C087E9. Grayscale: #5C5C5C. Windows color (decimal): -12617706 or 1472575. OLE color: 1472575.
HSL color Cylindrical-coordinate representation of color #3F7816: hue angle of 94.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F7816 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 22 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.53 |
| HSL | 94.9º | 0.69% | 0.28% | - |
| HSV(B) | 94.9º | 0.82% | 0.47% | - |
| XYZ | 8.91 | 14.55 | 3.1 | - |
| YUV | 91.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 22 | 0.48 | 0 | 0.82 | 0.53 | 94.9 | 0.69 | 0.28 |
| Hex | 3F | 78 | 16 | 30 | 0 | 52 | 35 | 5F | 45 | 1C |
| Octal | 77 | 170 | 26 | 60 | 0 | 122 | 65 | 137 | 105 | 34 |
| Binary | 111111 | 1111000 | 10110 | 110000 | 0 | 1010010 | 110101 | 1011111 | 1000101 | 11100 |
Color Harmonies of #3F7816
Complementary color
Monochromatic Colors of #3F7816
Black with #3F7816
Text Example
Text Example
White with #3F7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7816; }
p { color: rgb(63,120,22); }
H1.HeaderClassName
{
color: #3F7816;
}
.AnyTagClassName
{
color: #3F7816;
}
</style>
background-color css
<style>
a { background-color: #3F7816; }
a { background-color: rgb(63,120,22); }
div.DivClassName
{
background-color: #3F7816;
}
.BgClassName
{
background-color: #3F7816;
}
</style>
border-color css
<style>
span { border-color: #3F7816; }
span { border-color: rgb(63,120,22); }
td.TdClassName
{
border-color: #3F7816;
}
.TagClassName
{
border-color: #3F7816;
}
</style>