Shades of Bilbao #337D16
Tints of Bilbao #337D16
RGB
CMYK
RGB Variations
Color information
#337D16 (or 0x337D16) is known color: Bilbao. HEX triplet: 33, 7D and 16. RGB value is (51,125,22). Sum of RGB (Red+Green+Blue) = 51+125+22=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 125 (49.22% from 255 or 63.13% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 125 - color contains mainly: green. Hex color #337D16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D16 is #CC82E9. Grayscale: #5B5B5B. Windows color (decimal): -13402858 or 1473843. OLE color: 1473843.
HSL color Cylindrical-coordinate representation of color #337D16: hue angle of 103.11º 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 #337D16 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 22 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.51 |
| HSL | 103.11º | 0.7% | 0.29% | - |
| HSV(B) | 103.11º | 0.82% | 0.49% | - |
| XYZ | 8.84 | 15.43 | 3.27 | - |
| YUV | 91.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 22 | 0.59 | 0 | 0.82 | 0.51 | 103.11 | 0.7 | 0.29 |
| Hex | 33 | 7D | 16 | 3B | 0 | 52 | 33 | 67 | 46 | 1D |
| Octal | 63 | 175 | 26 | 73 | 0 | 122 | 63 | 147 | 106 | 35 |
| Binary | 110011 | 1111101 | 10110 | 111011 | 0 | 1010010 | 110011 | 1100111 | 1000110 | 11101 |
Color Harmonies of #337D16
Complementary color
Monochromatic Colors of #337D16
Black with #337D16
Text Example
Text Example
White with #337D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D16; }
p { color: rgb(51,125,22); }
H1.HeaderClassName
{
color: #337D16;
}
.AnyTagClassName
{
color: #337D16;
}
</style>
background-color css
<style>
a { background-color: #337D16; }
a { background-color: rgb(51,125,22); }
div.DivClassName
{
background-color: #337D16;
}
.BgClassName
{
background-color: #337D16;
}
</style>
border-color css
<style>
span { border-color: #337D16; }
span { border-color: rgb(51,125,22); }
td.TdClassName
{
border-color: #337D16;
}
.TagClassName
{
border-color: #337D16;
}
</style>