Shades of Bilbao #337B20
Tints of Bilbao #337B20
RGB
CMYK
RGB Variations
Color information
#337B20 (or 0x337B20) is known color: Bilbao. HEX triplet: 33, 7B and 20. RGB value is (51,123,32). Sum of RGB (Red+Green+Blue) = 51+123+32=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #337B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B20 is #CC84DF. Grayscale: #5B5B5B. Windows color (decimal): -13403360 or 2128691. OLE color: 2128691.
HSL color Cylindrical-coordinate representation of color #337B20: hue angle of 107.47º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #337B20 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 123 | 32 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.52 |
| HSL | 107.47º | 0.59% | 0.3% | - |
| HSV(B) | 107.47º | 0.74% | 0.48% | - |
| XYZ | 8.71 | 14.97 | 3.8 | - |
| YUV | 91.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 32 | 0.59 | 0 | 0.74 | 0.52 | 107.47 | 0.59 | 0.3 |
| Hex | 33 | 7B | 20 | 3B | 0 | 4A | 34 | 6B | 3B | 1E |
| Octal | 63 | 173 | 40 | 73 | 0 | 112 | 64 | 153 | 73 | 36 |
| Binary | 110011 | 1111011 | 100000 | 111011 | 0 | 1001010 | 110100 | 1101011 | 111011 | 11110 |
Color Harmonies of #337B20
Complementary color
Monochromatic Colors of #337B20
Black with #337B20
Text Example
Text Example
White with #337B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337B20; }
p { color: rgb(51,123,32); }
H1.HeaderClassName
{
color: #337B20;
}
.AnyTagClassName
{
color: #337B20;
}
</style>
background-color css
<style>
a { background-color: #337B20; }
a { background-color: rgb(51,123,32); }
div.DivClassName
{
background-color: #337B20;
}
.BgClassName
{
background-color: #337B20;
}
</style>
border-color css
<style>
span { border-color: #337B20; }
span { border-color: rgb(51,123,32); }
td.TdClassName
{
border-color: #337B20;
}
.TagClassName
{
border-color: #337B20;
}
</style>