Shades of Bilbao #3F770A
Tints of Bilbao #3F770A
RGB
CMYK
RGB Variations
Color information
#3F770A (or 0x3F770A) is known color: Bilbao. HEX triplet: 3F, 77 and 0A. RGB value is (63,119,10). Sum of RGB (Red+Green+Blue) = 63+119+10=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #3F770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F770A is #C088F5. Grayscale: #5A5A5A. Windows color (decimal): -12617974 or 685887. OLE color: 685887.
HSL color Cylindrical-coordinate representation of color #3F770A: hue angle of 90.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F770A is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 10 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.53 |
| HSL | 90.83º | 0.84% | 0.25% | - |
| HSV(B) | 90.83º | 0.92% | 0.47% | - |
| XYZ | 8.7 | 14.27 | 2.58 | - |
| YUV | 89.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 10 | 0.47 | 0 | 0.92 | 0.53 | 90.83 | 0.84 | 0.25 |
| Hex | 3F | 77 | A | 2F | 0 | 5C | 35 | 5B | 54 | 19 |
| Octal | 77 | 167 | 12 | 57 | 0 | 134 | 65 | 133 | 124 | 31 |
| Binary | 111111 | 1110111 | 1010 | 101111 | 0 | 1011100 | 110101 | 1011011 | 1010100 | 11001 |
Color Harmonies of #3F770A
Complementary color
Monochromatic Colors of #3F770A
Black with #3F770A
Text Example
Text Example
White with #3F770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F770A; }
p { color: rgb(63,119,10); }
H1.HeaderClassName
{
color: #3F770A;
}
.AnyTagClassName
{
color: #3F770A;
}
</style>
background-color css
<style>
a { background-color: #3F770A; }
a { background-color: rgb(63,119,10); }
div.DivClassName
{
background-color: #3F770A;
}
.BgClassName
{
background-color: #3F770A;
}
</style>
border-color css
<style>
span { border-color: #3F770A; }
span { border-color: rgb(63,119,10); }
td.TdClassName
{
border-color: #3F770A;
}
.TagClassName
{
border-color: #3F770A;
}
</style>