Shades of Bilbao #3F7608
Tints of Bilbao #3F7608
RGB
CMYK
RGB Variations
Color information
#3F7608 (or 0x3F7608) is known color: Bilbao. HEX triplet: 3F, 76 and 08. RGB value is (63,118,8). Sum of RGB (Red+Green+Blue) = 63+118+8=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7608 is #C089F7. Grayscale: #595959. Windows color (decimal): -12618232 or 554559. OLE color: 554559.
HSL color Cylindrical-coordinate representation of color #3F7608: hue angle of 90º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F7608 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 8 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.54 |
| HSL | 90º | 0.87% | 0.25% | - |
| HSV(B) | 90º | 0.93% | 0.46% | - |
| XYZ | 8.57 | 14.03 | 2.49 | - |
| YUV | 89.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 8 | 0.47 | 0 | 0.93 | 0.54 | 90 | 0.87 | 0.25 |
| Hex | 3F | 76 | 8 | 2F | 0 | 5D | 36 | 5A | 57 | 19 |
| Octal | 77 | 166 | 10 | 57 | 0 | 135 | 66 | 132 | 127 | 31 |
| Binary | 111111 | 1110110 | 1000 | 101111 | 0 | 1011101 | 110110 | 1011010 | 1010111 | 11001 |
Color Harmonies of #3F7608
Complementary color
Monochromatic Colors of #3F7608
Black with #3F7608
Text Example
Text Example
White with #3F7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7608; }
p { color: rgb(63,118,8); }
H1.HeaderClassName
{
color: #3F7608;
}
.AnyTagClassName
{
color: #3F7608;
}
</style>
background-color css
<style>
a { background-color: #3F7608; }
a { background-color: rgb(63,118,8); }
div.DivClassName
{
background-color: #3F7608;
}
.BgClassName
{
background-color: #3F7608;
}
</style>
border-color css
<style>
span { border-color: #3F7608; }
span { border-color: rgb(63,118,8); }
td.TdClassName
{
border-color: #3F7608;
}
.TagClassName
{
border-color: #3F7608;
}
</style>