Shades of Bilbao #3F750A
Tints of Bilbao #3F750A
RGB
CMYK
RGB Variations
Color information
#3F750A (or 0x3F750A) is known color: Bilbao. HEX triplet: 3F, 75 and 0A. RGB value is (63,117,10). Sum of RGB (Red+Green+Blue) = 63+117+10=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #3F750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F750A is #C08AF5. Grayscale: #595959. Windows color (decimal): -12618486 or 685375. OLE color: 685375.
HSL color Cylindrical-coordinate representation of color #3F750A: hue angle of 90.28º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F750A is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 10 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.54 |
| HSL | 90.28º | 0.84% | 0.25% | - |
| HSV(B) | 90.28º | 0.91% | 0.46% | - |
| XYZ | 8.47 | 13.8 | 2.5 | - |
| YUV | 88.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 10 | 0.46 | 0 | 0.91 | 0.54 | 90.28 | 0.84 | 0.25 |
| Hex | 3F | 75 | A | 2E | 0 | 5B | 36 | 5A | 54 | 19 |
| Octal | 77 | 165 | 12 | 56 | 0 | 133 | 66 | 132 | 124 | 31 |
| Binary | 111111 | 1110101 | 1010 | 101110 | 0 | 1011011 | 110110 | 1011010 | 1010100 | 11001 |
Color Harmonies of #3F750A
Complementary color
Monochromatic Colors of #3F750A
Black with #3F750A
Text Example
Text Example
White with #3F750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F750A; }
p { color: rgb(63,117,10); }
H1.HeaderClassName
{
color: #3F750A;
}
.AnyTagClassName
{
color: #3F750A;
}
</style>
background-color css
<style>
a { background-color: #3F750A; }
a { background-color: rgb(63,117,10); }
div.DivClassName
{
background-color: #3F750A;
}
.BgClassName
{
background-color: #3F750A;
}
</style>
border-color css
<style>
span { border-color: #3F750A; }
span { border-color: rgb(63,117,10); }
td.TdClassName
{
border-color: #3F750A;
}
.TagClassName
{
border-color: #3F750A;
}
</style>