Shades of Bilbao #3F7500
Tints of Bilbao #3F7500
RGB
CMYK
RGB Variations
Color information
#3F7500 (or 0x3F7500) is known color: Bilbao. HEX triplet: 3F, 75 and 00. RGB value is (63,117,0). Sum of RGB (Red+Green+Blue) = 63+117+0=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7500 is #C08AFF. Grayscale: #575757. Windows color (decimal): -12618496 or 30015. OLE color: 30015.
HSL color Cylindrical-coordinate representation of color #3F7500: hue angle of 87.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F7500 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.54 |
| HSL | 87.69º | 1% | 0.23% | - |
| HSV(B) | 87.69º | 1% | 0.46% | - |
| XYZ | 8.41 | 13.78 | 2.22 | - |
| YUV | 87.52 | 78.61 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 0 | 0.46 | 0 | 1 | 0.54 | 87.69 | 1 | 0.23 |
| Hex | 3F | 75 | 0 | 2E | 0 | 64 | 36 | 58 | 64 | 17 |
| Octal | 77 | 165 | 0 | 56 | 0 | 144 | 66 | 130 | 144 | 27 |
| Binary | 111111 | 1110101 | 0 | 101110 | 0 | 1100100 | 110110 | 1011000 | 1100100 | 10111 |
Color Harmonies of #3F7500
Complementary color
Monochromatic Colors of #3F7500
Black with #3F7500
Text Example
Text Example
White with #3F7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7500; }
p { color: rgb(63,117,0); }
H1.HeaderClassName
{
color: #3F7500;
}
.AnyTagClassName
{
color: #3F7500;
}
</style>
background-color css
<style>
a { background-color: #3F7500; }
a { background-color: rgb(63,117,0); }
div.DivClassName
{
background-color: #3F7500;
}
.BgClassName
{
background-color: #3F7500;
}
</style>
border-color css
<style>
span { border-color: #3F7500; }
span { border-color: rgb(63,117,0); }
td.TdClassName
{
border-color: #3F7500;
}
.TagClassName
{
border-color: #3F7500;
}
</style>