Shades of Bilbao #3F761D
Tints of Bilbao #3F761D
RGB
CMYK
RGB Variations
Color information
#3F761D (or 0x3F761D) is known color: Bilbao. HEX triplet: 3F, 76 and 1D. RGB value is (63,118,29). Sum of RGB (Red+Green+Blue) = 63+118+29=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #3F761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F761D is #C089E2. Grayscale: #5B5B5B. Windows color (decimal): -12618211 or 1930815. OLE color: 1930815.
HSL color Cylindrical-coordinate representation of color #3F761D: hue angle of 97.08º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F761D is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 118 | 29 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.54 |
| HSL | 97.08º | 0.61% | 0.29% | - |
| HSV(B) | 97.08º | 0.75% | 0.46% | - |
| XYZ | 8.75 | 14.1 | 3.42 | - |
| YUV | 91.41 | 92.78 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 118 | 29 | 0.47 | 0 | 0.75 | 0.54 | 97.08 | 0.61 | 0.29 |
| Hex | 3F | 76 | 1D | 2F | 0 | 4B | 36 | 61 | 3D | 1D |
| Octal | 77 | 166 | 35 | 57 | 0 | 113 | 66 | 141 | 75 | 35 |
| Binary | 111111 | 1110110 | 11101 | 101111 | 0 | 1001011 | 110110 | 1100001 | 111101 | 11101 |
Color Harmonies of #3F761D
Complementary color
Monochromatic Colors of #3F761D
Black with #3F761D
Text Example
Text Example
White with #3F761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F761D; }
p { color: rgb(63,118,29); }
H1.HeaderClassName
{
color: #3F761D;
}
.AnyTagClassName
{
color: #3F761D;
}
</style>
background-color css
<style>
a { background-color: #3F761D; }
a { background-color: rgb(63,118,29); }
div.DivClassName
{
background-color: #3F761D;
}
.BgClassName
{
background-color: #3F761D;
}
</style>
border-color css
<style>
span { border-color: #3F761D; }
span { border-color: rgb(63,118,29); }
td.TdClassName
{
border-color: #3F761D;
}
.TagClassName
{
border-color: #3F761D;
}
</style>