Shades of Bilbao #3F771C
Tints of Bilbao #3F771C
RGB
CMYK
RGB Variations
Color information
#3F771C (or 0x3F771C) is known color: Bilbao. HEX triplet: 3F, 77 and 1C. RGB value is (63,119,28). Sum of RGB (Red+Green+Blue) = 63+119+28=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #3F771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F771C is #C088E3. Grayscale: #5C5C5C. Windows color (decimal): -12617956 or 1865535. OLE color: 1865535.
HSL color Cylindrical-coordinate representation of color #3F771C: hue angle of 96.92º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F771C is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 28 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.53 |
| HSL | 96.92º | 0.62% | 0.29% | - |
| HSV(B) | 96.92º | 0.76% | 0.47% | - |
| XYZ | 8.86 | 14.33 | 3.4 | - |
| YUV | 91.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 28 | 0.47 | 0 | 0.76 | 0.53 | 96.92 | 0.62 | 0.29 |
| Hex | 3F | 77 | 1C | 2F | 0 | 4C | 35 | 61 | 3E | 1D |
| Octal | 77 | 167 | 34 | 57 | 0 | 114 | 65 | 141 | 76 | 35 |
| Binary | 111111 | 1110111 | 11100 | 101111 | 0 | 1001100 | 110101 | 1100001 | 111110 | 11101 |
Color Harmonies of #3F771C
Complementary color
Monochromatic Colors of #3F771C
Black with #3F771C
Text Example
Text Example
White with #3F771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F771C; }
p { color: rgb(63,119,28); }
H1.HeaderClassName
{
color: #3F771C;
}
.AnyTagClassName
{
color: #3F771C;
}
</style>
background-color css
<style>
a { background-color: #3F771C; }
a { background-color: rgb(63,119,28); }
div.DivClassName
{
background-color: #3F771C;
}
.BgClassName
{
background-color: #3F771C;
}
</style>
border-color css
<style>
span { border-color: #3F771C; }
span { border-color: rgb(63,119,28); }
td.TdClassName
{
border-color: #3F771C;
}
.TagClassName
{
border-color: #3F771C;
}
</style>