Shades of Bilbao #3F730F
Tints of Bilbao #3F730F
RGB
CMYK
RGB Variations
Color information
#3F730F (or 0x3F730F) is known color: Bilbao. HEX triplet: 3F, 73 and 0F. RGB value is (63,115,15). Sum of RGB (Red+Green+Blue) = 63+115+15=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #3F730F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F730F is #C08CF0. Grayscale: #585858. Windows color (decimal): -12618993 or 1012543. OLE color: 1012543.
HSL color Cylindrical-coordinate representation of color #3F730F: hue angle of 91.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F730F is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 15 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.55 |
| HSL | 91.2º | 0.77% | 0.25% | - |
| HSV(B) | 91.2º | 0.87% | 0.45% | - |
| XYZ | 8.27 | 13.35 | 2.59 | - |
| YUV | 88.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 15 | 0.45 | 0 | 0.87 | 0.55 | 91.2 | 0.77 | 0.25 |
| Hex | 3F | 73 | F | 2D | 0 | 57 | 37 | 5B | 4D | 19 |
| Octal | 77 | 163 | 17 | 55 | 0 | 127 | 67 | 133 | 115 | 31 |
| Binary | 111111 | 1110011 | 1111 | 101101 | 0 | 1010111 | 110111 | 1011011 | 1001101 | 11001 |
Color Harmonies of #3F730F
Complementary color
Monochromatic Colors of #3F730F
Black with #3F730F
Text Example
Text Example
White with #3F730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F730F; }
p { color: rgb(63,115,15); }
H1.HeaderClassName
{
color: #3F730F;
}
.AnyTagClassName
{
color: #3F730F;
}
</style>
background-color css
<style>
a { background-color: #3F730F; }
a { background-color: rgb(63,115,15); }
div.DivClassName
{
background-color: #3F730F;
}
.BgClassName
{
background-color: #3F730F;
}
</style>
border-color css
<style>
span { border-color: #3F730F; }
span { border-color: rgb(63,115,15); }
td.TdClassName
{
border-color: #3F730F;
}
.TagClassName
{
border-color: #3F730F;
}
</style>