Shades of Bilbao #3F761B
Tints of Bilbao #3F761B
RGB
CMYK
RGB Variations
Color information
#3F761B (or 0x3F761B) is known color: Bilbao. HEX triplet: 3F, 76 and 1B. RGB value is (63,118,27). Sum of RGB (Red+Green+Blue) = 63+118+27=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #3F761B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F761B is #C089E4. Grayscale: #5B5B5B. Windows color (decimal): -12618213 or 1799743. OLE color: 1799743.
HSL color Cylindrical-coordinate representation of color #3F761B: hue angle of 96.26º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F761B is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 27 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.54 |
| HSL | 96.26º | 0.63% | 0.28% | - |
| HSV(B) | 96.26º | 0.77% | 0.46% | - |
| XYZ | 8.73 | 14.09 | 3.3 | - |
| YUV | 91.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 27 | 0.47 | 0 | 0.77 | 0.54 | 96.26 | 0.63 | 0.28 |
| Hex | 3F | 76 | 1B | 2F | 0 | 4D | 36 | 60 | 3F | 1C |
| Octal | 77 | 166 | 33 | 57 | 0 | 115 | 66 | 140 | 77 | 34 |
| Binary | 111111 | 1110110 | 11011 | 101111 | 0 | 1001101 | 110110 | 1100000 | 111111 | 11100 |
Color Harmonies of #3F761B
Complementary color
Monochromatic Colors of #3F761B
Black with #3F761B
Text Example
Text Example
White with #3F761B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F761B; }
p { color: rgb(63,118,27); }
H1.HeaderClassName
{
color: #3F761B;
}
.AnyTagClassName
{
color: #3F761B;
}
</style>
background-color css
<style>
a { background-color: #3F761B; }
a { background-color: rgb(63,118,27); }
div.DivClassName
{
background-color: #3F761B;
}
.BgClassName
{
background-color: #3F761B;
}
</style>
border-color css
<style>
span { border-color: #3F761B; }
span { border-color: rgb(63,118,27); }
td.TdClassName
{
border-color: #3F761B;
}
.TagClassName
{
border-color: #3F761B;
}
</style>