Shades of Bilbao #3F771D
Tints of Bilbao #3F771D
RGB
CMYK
RGB Variations
Color information
#3F771D (or 0x3F771D) is known color: Bilbao. HEX triplet: 3F, 77 and 1D. RGB value is (63,119,29). Sum of RGB (Red+Green+Blue) = 63+119+29=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #3F771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F771D is #C088E2. Grayscale: #5C5C5C. Windows color (decimal): -12617955 or 1931071. OLE color: 1931071.
HSL color Cylindrical-coordinate representation of color #3F771D: hue angle of 97.33º degrees, saturation: 0.61, 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 #3F771D is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 29 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.53 |
| HSL | 97.33º | 0.61% | 0.29% | - |
| HSV(B) | 97.33º | 0.76% | 0.47% | - |
| XYZ | 8.87 | 14.34 | 3.46 | - |
| YUV | 92 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 29 | 0.47 | 0 | 0.76 | 0.53 | 97.33 | 0.61 | 0.29 |
| Hex | 3F | 77 | 1D | 2F | 0 | 4C | 35 | 61 | 3D | 1D |
| Octal | 77 | 167 | 35 | 57 | 0 | 114 | 65 | 141 | 75 | 35 |
| Binary | 111111 | 1110111 | 11101 | 101111 | 0 | 1001100 | 110101 | 1100001 | 111101 | 11101 |
Color Harmonies of #3F771D
Complementary color
Monochromatic Colors of #3F771D
Black with #3F771D
Text Example
Text Example
White with #3F771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F771D; }
p { color: rgb(63,119,29); }
H1.HeaderClassName
{
color: #3F771D;
}
.AnyTagClassName
{
color: #3F771D;
}
</style>
background-color css
<style>
a { background-color: #3F771D; }
a { background-color: rgb(63,119,29); }
div.DivClassName
{
background-color: #3F771D;
}
.BgClassName
{
background-color: #3F771D;
}
</style>
border-color css
<style>
span { border-color: #3F771D; }
span { border-color: rgb(63,119,29); }
td.TdClassName
{
border-color: #3F771D;
}
.TagClassName
{
border-color: #3F771D;
}
</style>