Shades of Bilbao #337811
Tints of Bilbao #337811
RGB
CMYK
RGB Variations
Color information
#337811 (or 0x337811) is known color: Bilbao. HEX triplet: 33, 78 and 11. RGB value is (51,120,17). Sum of RGB (Red+Green+Blue) = 51+120+17=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #337811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337811 is #CC87EE. Grayscale: #575757. Windows color (decimal): -13404143 or 1144883. OLE color: 1144883.
HSL color Cylindrical-coordinate representation of color #337811: hue angle of 100.19º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #337811 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 120 | 17 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.53 |
| HSL | 100.19º | 0.75% | 0.27% | - |
| HSV(B) | 100.19º | 0.86% | 0.47% | - |
| XYZ | 8.18 | 14.18 | 2.84 | - |
| YUV | 87.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 17 | 0.58 | 0 | 0.86 | 0.53 | 100.19 | 0.75 | 0.27 |
| Hex | 33 | 78 | 11 | 3A | 0 | 56 | 35 | 64 | 4B | 1B |
| Octal | 63 | 170 | 21 | 72 | 0 | 126 | 65 | 144 | 113 | 33 |
| Binary | 110011 | 1111000 | 10001 | 111010 | 0 | 1010110 | 110101 | 1100100 | 1001011 | 11011 |
Color Harmonies of #337811
Complementary color
Monochromatic Colors of #337811
Black with #337811
Text Example
Text Example
White with #337811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337811; }
p { color: rgb(51,120,17); }
H1.HeaderClassName
{
color: #337811;
}
.AnyTagClassName
{
color: #337811;
}
</style>
background-color css
<style>
a { background-color: #337811; }
a { background-color: rgb(51,120,17); }
div.DivClassName
{
background-color: #337811;
}
.BgClassName
{
background-color: #337811;
}
</style>
border-color css
<style>
span { border-color: #337811; }
span { border-color: rgb(51,120,17); }
td.TdClassName
{
border-color: #337811;
}
.TagClassName
{
border-color: #337811;
}
</style>