Shades of Bilbao #3F7817
Tints of Bilbao #3F7817
RGB
CMYK
RGB Variations
Color information
#3F7817 (or 0x3F7817) is known color: Bilbao. HEX triplet: 3F, 78 and 17. RGB value is (63,120,23). Sum of RGB (Red+Green+Blue) = 63+120+23=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7817 is #C087E8. Grayscale: #5C5C5C. Windows color (decimal): -12617705 or 1538111. OLE color: 1538111.
HSL color Cylindrical-coordinate representation of color #3F7817: hue angle of 95.26º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F7817 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 120 | 23 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.53 |
| HSL | 95.26º | 0.68% | 0.28% | - |
| HSV(B) | 95.26º | 0.81% | 0.47% | - |
| XYZ | 8.92 | 14.55 | 3.15 | - |
| YUV | 91.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 23 | 0.48 | 0 | 0.81 | 0.53 | 95.26 | 0.68 | 0.28 |
| Hex | 3F | 78 | 17 | 30 | 0 | 51 | 35 | 5F | 44 | 1C |
| Octal | 77 | 170 | 27 | 60 | 0 | 121 | 65 | 137 | 104 | 34 |
| Binary | 111111 | 1111000 | 10111 | 110000 | 0 | 1010001 | 110101 | 1011111 | 1000100 | 11100 |
Color Harmonies of #3F7817
Complementary color
Monochromatic Colors of #3F7817
Black with #3F7817
Text Example
Text Example
White with #3F7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7817; }
p { color: rgb(63,120,23); }
H1.HeaderClassName
{
color: #3F7817;
}
.AnyTagClassName
{
color: #3F7817;
}
</style>
background-color css
<style>
a { background-color: #3F7817; }
a { background-color: rgb(63,120,23); }
div.DivClassName
{
background-color: #3F7817;
}
.BgClassName
{
background-color: #3F7817;
}
</style>
border-color css
<style>
span { border-color: #3F7817; }
span { border-color: rgb(63,120,23); }
td.TdClassName
{
border-color: #3F7817;
}
.TagClassName
{
border-color: #3F7817;
}
</style>