Shades of Bilbao #3F7105
Tints of Bilbao #3F7105
RGB
CMYK
RGB Variations
Color information
#3F7105 (or 0x3F7105) is known color: Bilbao. HEX triplet: 3F, 71 and 05. RGB value is (63,113,5). Sum of RGB (Red+Green+Blue) = 63+113+5=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7105 is #C08EFA. Grayscale: #565656. Windows color (decimal): -12619515 or 356671. OLE color: 356671.
HSL color Cylindrical-coordinate representation of color #3F7105: hue angle of 87.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F7105 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 113 | 5 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.56 |
| HSL | 87.78º | 0.92% | 0.23% | - |
| HSV(B) | 87.78º | 0.96% | 0.44% | - |
| XYZ | 7.98 | 12.88 | 2.21 | - |
| YUV | 85.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 5 | 0.44 | 0 | 0.96 | 0.56 | 87.78 | 0.92 | 0.23 |
| Hex | 3F | 71 | 5 | 2C | 0 | 60 | 38 | 58 | 5C | 17 |
| Octal | 77 | 161 | 5 | 54 | 0 | 140 | 70 | 130 | 134 | 27 |
| Binary | 111111 | 1110001 | 101 | 101100 | 0 | 1100000 | 111000 | 1011000 | 1011100 | 10111 |
Color Harmonies of #3F7105
Complementary color
Monochromatic Colors of #3F7105
Black with #3F7105
Text Example
Text Example
White with #3F7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7105; }
p { color: rgb(63,113,5); }
H1.HeaderClassName
{
color: #3F7105;
}
.AnyTagClassName
{
color: #3F7105;
}
</style>
background-color css
<style>
a { background-color: #3F7105; }
a { background-color: rgb(63,113,5); }
div.DivClassName
{
background-color: #3F7105;
}
.BgClassName
{
background-color: #3F7105;
}
</style>
border-color css
<style>
span { border-color: #3F7105; }
span { border-color: rgb(63,113,5); }
td.TdClassName
{
border-color: #3F7105;
}
.TagClassName
{
border-color: #3F7105;
}
</style>