Shades of Bilbao #3F751C
Tints of Bilbao #3F751C
RGB
CMYK
RGB Variations
Color information
#3F751C (or 0x3F751C) is known color: Bilbao. HEX triplet: 3F, 75 and 1C. RGB value is (63,117,28). Sum of RGB (Red+Green+Blue) = 63+117+28=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #3F751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F751C is #C08AE3. Grayscale: #5B5B5B. Windows color (decimal): -12618468 or 1865023. OLE color: 1865023.
HSL color Cylindrical-coordinate representation of color #3F751C: hue angle of 96.4º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F751C is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 117 | 28 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.54 |
| HSL | 96.4º | 0.61% | 0.28% | - |
| HSV(B) | 96.4º | 0.76% | 0.46% | - |
| XYZ | 8.62 | 13.86 | 3.32 | - |
| YUV | 90.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 28 | 0.46 | 0 | 0.76 | 0.54 | 96.4 | 0.61 | 0.28 |
| Hex | 3F | 75 | 1C | 2E | 0 | 4C | 36 | 60 | 3D | 1C |
| Octal | 77 | 165 | 34 | 56 | 0 | 114 | 66 | 140 | 75 | 34 |
| Binary | 111111 | 1110101 | 11100 | 101110 | 0 | 1001100 | 110110 | 1100000 | 111101 | 11100 |
Color Harmonies of #3F751C
Complementary color
Monochromatic Colors of #3F751C
Black with #3F751C
Text Example
Text Example
White with #3F751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F751C; }
p { color: rgb(63,117,28); }
H1.HeaderClassName
{
color: #3F751C;
}
.AnyTagClassName
{
color: #3F751C;
}
</style>
background-color css
<style>
a { background-color: #3F751C; }
a { background-color: rgb(63,117,28); }
div.DivClassName
{
background-color: #3F751C;
}
.BgClassName
{
background-color: #3F751C;
}
</style>
border-color css
<style>
span { border-color: #3F751C; }
span { border-color: rgb(63,117,28); }
td.TdClassName
{
border-color: #3F751C;
}
.TagClassName
{
border-color: #3F751C;
}
</style>