Shades of Bilbao #3F771E
Tints of Bilbao #3F771E
RGB
CMYK
RGB Variations
Color information
#3F771E (or 0x3F771E) is known color: Bilbao. HEX triplet: 3F, 77 and 1E. RGB value is (63,119,30). Sum of RGB (Red+Green+Blue) = 63+119+30=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #3F771E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F771E is #C088E1. Grayscale: #5C5C5C. Windows color (decimal): -12617954 or 1996607. OLE color: 1996607.
HSL color Cylindrical-coordinate representation of color #3F771E: hue angle of 97.75º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F771E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 119 | 30 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.53 |
| HSL | 97.75º | 0.6% | 0.29% | - |
| HSV(B) | 97.75º | 0.75% | 0.47% | - |
| XYZ | 8.88 | 14.34 | 3.53 | - |
| YUV | 92.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 30 | 0.47 | 0 | 0.75 | 0.53 | 97.75 | 0.6 | 0.29 |
| Hex | 3F | 77 | 1E | 2F | 0 | 4B | 35 | 62 | 3C | 1D |
| Octal | 77 | 167 | 36 | 57 | 0 | 113 | 65 | 142 | 74 | 35 |
| Binary | 111111 | 1110111 | 11110 | 101111 | 0 | 1001011 | 110101 | 1100010 | 111100 | 11101 |
Color Harmonies of #3F771E
Complementary color
Monochromatic Colors of #3F771E
Black with #3F771E
Text Example
Text Example
White with #3F771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F771E; }
p { color: rgb(63,119,30); }
H1.HeaderClassName
{
color: #3F771E;
}
.AnyTagClassName
{
color: #3F771E;
}
</style>
background-color css
<style>
a { background-color: #3F771E; }
a { background-color: rgb(63,119,30); }
div.DivClassName
{
background-color: #3F771E;
}
.BgClassName
{
background-color: #3F771E;
}
</style>
border-color css
<style>
span { border-color: #3F771E; }
span { border-color: rgb(63,119,30); }
td.TdClassName
{
border-color: #3F771E;
}
.TagClassName
{
border-color: #3F771E;
}
</style>