Shades of Bilbao #337600
Tints of Bilbao #337600
RGB
CMYK
RGB Variations
Color information
#337600 (or 0x337600) is known color: Bilbao. HEX triplet: 33, 76 and 00. RGB value is (51,118,0). Sum of RGB (Red+Green+Blue) = 51+118+0=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #337600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337600 is #CC89FF. Grayscale: #545454. Windows color (decimal): -13404672 or 30259. OLE color: 30259.
HSL color Cylindrical-coordinate representation of color #337600: hue angle of 94.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #337600 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.54 |
| HSL | 94.07º | 1% | 0.23% | - |
| HSV(B) | 94.07º | 1% | 0.46% | - |
| XYZ | 7.84 | 13.66 | 2.22 | - |
| YUV | 84.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 0 | 0.57 | 0 | 1 | 0.54 | 94.07 | 1 | 0.23 |
| Hex | 33 | 76 | 0 | 39 | 0 | 64 | 36 | 5E | 64 | 17 |
| Octal | 63 | 166 | 0 | 71 | 0 | 144 | 66 | 136 | 144 | 27 |
| Binary | 110011 | 1110110 | 0 | 111001 | 0 | 1100100 | 110110 | 1011110 | 1100100 | 10111 |
Color Harmonies of #337600
Complementary color
Monochromatic Colors of #337600
Black with #337600
Text Example
Text Example
White with #337600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337600; }
p { color: rgb(51,118,0); }
H1.HeaderClassName
{
color: #337600;
}
.AnyTagClassName
{
color: #337600;
}
</style>
background-color css
<style>
a { background-color: #337600; }
a { background-color: rgb(51,118,0); }
div.DivClassName
{
background-color: #337600;
}
.BgClassName
{
background-color: #337600;
}
</style>
border-color css
<style>
span { border-color: #337600; }
span { border-color: rgb(51,118,0); }
td.TdClassName
{
border-color: #337600;
}
.TagClassName
{
border-color: #337600;
}
</style>