Shades of Bilbao #337B11
Tints of Bilbao #337B11
RGB
CMYK
RGB Variations
Color information
#337B11 (or 0x337B11) is known color: Bilbao. HEX triplet: 33, 7B and 11. RGB value is (51,123,17). Sum of RGB (Red+Green+Blue) = 51+123+17=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 123 (48.44% from 255 or 64.40% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 123 - color contains mainly: green. Hex color #337B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337B11 is #CC84EE. Grayscale: #595959. Windows color (decimal): -13403375 or 1145651. OLE color: 1145651.
HSL color Cylindrical-coordinate representation of color #337B11: hue angle of 100.75º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #337B11 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 123 | 17 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.52 |
| HSL | 100.75º | 0.76% | 0.27% | - |
| HSV(B) | 100.75º | 0.86% | 0.48% | - |
| XYZ | 8.55 | 14.91 | 2.96 | - |
| YUV | 89.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 17 | 0.59 | 0 | 0.86 | 0.52 | 100.75 | 0.76 | 0.27 |
| Hex | 33 | 7B | 11 | 3B | 0 | 56 | 34 | 65 | 4C | 1B |
| Octal | 63 | 173 | 21 | 73 | 0 | 126 | 64 | 145 | 114 | 33 |
| Binary | 110011 | 1111011 | 10001 | 111011 | 0 | 1010110 | 110100 | 1100101 | 1001100 | 11011 |
Color Harmonies of #337B11
Complementary color
Monochromatic Colors of #337B11
Black with #337B11
Text Example
Text Example
White with #337B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337B11; }
p { color: rgb(51,123,17); }
H1.HeaderClassName
{
color: #337B11;
}
.AnyTagClassName
{
color: #337B11;
}
</style>
background-color css
<style>
a { background-color: #337B11; }
a { background-color: rgb(51,123,17); }
div.DivClassName
{
background-color: #337B11;
}
.BgClassName
{
background-color: #337B11;
}
</style>
border-color css
<style>
span { border-color: #337B11; }
span { border-color: rgb(51,123,17); }
td.TdClassName
{
border-color: #337B11;
}
.TagClassName
{
border-color: #337B11;
}
</style>