Shades of Bilbao #3F730B
Tints of Bilbao #3F730B
RGB
CMYK
RGB Variations
Color information
#3F730B (or 0x3F730B) is known color: Bilbao. HEX triplet: 3F, 73 and 0B. RGB value is (63,115,11). Sum of RGB (Red+Green+Blue) = 63+115+11=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #3F730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F730B is #C08CF4. Grayscale: #575757. Windows color (decimal): -12618997 or 750399. OLE color: 750399.
HSL color Cylindrical-coordinate representation of color #3F730B: hue angle of 90º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F730B is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 11 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.55 |
| HSL | 90º | 0.83% | 0.25% | - |
| HSV(B) | 90º | 0.9% | 0.45% | - |
| XYZ | 8.24 | 13.34 | 2.46 | - |
| YUV | 87.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 11 | 0.45 | 0 | 0.90 | 0.55 | 90 | 0.83 | 0.25 |
| Hex | 3F | 73 | B | 2D | 0 | 5A | 37 | 5A | 53 | 19 |
| Octal | 77 | 163 | 13 | 55 | 0 | 132 | 67 | 132 | 123 | 31 |
| Binary | 111111 | 1110011 | 1011 | 101101 | 0 | 1011010 | 110111 | 1011010 | 1010011 | 11001 |
Color Harmonies of #3F730B
Complementary color
Monochromatic Colors of #3F730B
Black with #3F730B
Text Example
Text Example
White with #3F730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F730B; }
p { color: rgb(63,115,11); }
H1.HeaderClassName
{
color: #3F730B;
}
.AnyTagClassName
{
color: #3F730B;
}
</style>
background-color css
<style>
a { background-color: #3F730B; }
a { background-color: rgb(63,115,11); }
div.DivClassName
{
background-color: #3F730B;
}
.BgClassName
{
background-color: #3F730B;
}
</style>
border-color css
<style>
span { border-color: #3F730B; }
span { border-color: rgb(63,115,11); }
td.TdClassName
{
border-color: #3F730B;
}
.TagClassName
{
border-color: #3F730B;
}
</style>