Shades of Bilbao #3F7303
Tints of Bilbao #3F7303
RGB
CMYK
RGB Variations
Color information
#3F7303 (or 0x3F7303) is known color: Bilbao. HEX triplet: 3F, 73 and 03. RGB value is (63,115,3). Sum of RGB (Red+Green+Blue) = 63+115+3=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7303 is #C08CFC. Grayscale: #575757. Windows color (decimal): -12619005 or 226111. OLE color: 226111.
HSL color Cylindrical-coordinate representation of color #3F7303: hue angle of 87.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F7303 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 115 | 3 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.55 |
| HSL | 87.86º | 0.95% | 0.23% | - |
| HSV(B) | 87.86º | 0.97% | 0.45% | - |
| XYZ | 8.2 | 13.32 | 2.23 | - |
| YUV | 86.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 3 | 0.45 | 0 | 0.97 | 0.55 | 87.86 | 0.95 | 0.23 |
| Hex | 3F | 73 | 3 | 2D | 0 | 61 | 37 | 58 | 5F | 17 |
| Octal | 77 | 163 | 3 | 55 | 0 | 141 | 67 | 130 | 137 | 27 |
| Binary | 111111 | 1110011 | 11 | 101101 | 0 | 1100001 | 110111 | 1011000 | 1011111 | 10111 |
Color Harmonies of #3F7303
Complementary color
Monochromatic Colors of #3F7303
Black with #3F7303
Text Example
Text Example
White with #3F7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7303; }
p { color: rgb(63,115,3); }
H1.HeaderClassName
{
color: #3F7303;
}
.AnyTagClassName
{
color: #3F7303;
}
</style>
background-color css
<style>
a { background-color: #3F7303; }
a { background-color: rgb(63,115,3); }
div.DivClassName
{
background-color: #3F7303;
}
.BgClassName
{
background-color: #3F7303;
}
</style>
border-color css
<style>
span { border-color: #3F7303; }
span { border-color: rgb(63,115,3); }
td.TdClassName
{
border-color: #3F7303;
}
.TagClassName
{
border-color: #3F7303;
}
</style>