Shades of Bilbao #337C16
Tints of Bilbao #337C16
RGB
CMYK
RGB Variations
Color information
#337C16 (or 0x337C16) is known color: Bilbao. HEX triplet: 33, 7C and 16. RGB value is (51,124,22). Sum of RGB (Red+Green+Blue) = 51+124+22=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #337C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337C16 is #CC83E9. Grayscale: #5A5A5A. Windows color (decimal): -13403114 or 1473587. OLE color: 1473587.
HSL color Cylindrical-coordinate representation of color #337C16: hue angle of 102.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #337C16 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 124 | 22 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.51 |
| HSL | 102.94º | 0.7% | 0.29% | - |
| HSV(B) | 102.94º | 0.82% | 0.49% | - |
| XYZ | 8.72 | 15.18 | 3.23 | - |
| YUV | 90.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 22 | 0.59 | 0 | 0.82 | 0.51 | 102.94 | 0.7 | 0.29 |
| Hex | 33 | 7C | 16 | 3B | 0 | 52 | 33 | 67 | 46 | 1D |
| Octal | 63 | 174 | 26 | 73 | 0 | 122 | 63 | 147 | 106 | 35 |
| Binary | 110011 | 1111100 | 10110 | 111011 | 0 | 1010010 | 110011 | 1100111 | 1000110 | 11101 |
Color Harmonies of #337C16
Complementary color
Monochromatic Colors of #337C16
Black with #337C16
Text Example
Text Example
White with #337C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C16; }
p { color: rgb(51,124,22); }
H1.HeaderClassName
{
color: #337C16;
}
.AnyTagClassName
{
color: #337C16;
}
</style>
background-color css
<style>
a { background-color: #337C16; }
a { background-color: rgb(51,124,22); }
div.DivClassName
{
background-color: #337C16;
}
.BgClassName
{
background-color: #337C16;
}
</style>
border-color css
<style>
span { border-color: #337C16; }
span { border-color: rgb(51,124,22); }
td.TdClassName
{
border-color: #337C16;
}
.TagClassName
{
border-color: #337C16;
}
</style>