Shades of Bilbao #337D24
Tints of Bilbao #337D24
RGB
CMYK
RGB Variations
Color information
#337D24 (or 0x337D24) is known color: Bilbao. HEX triplet: 33, 7D and 24. RGB value is (51,125,36). Sum of RGB (Red+Green+Blue) = 51+125+36=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #337D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D24 is #CC82DB. Grayscale: #5D5D5D. Windows color (decimal): -13402844 or 2391347. OLE color: 2391347.
HSL color Cylindrical-coordinate representation of color #337D24: hue angle of 109.89º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337D24 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 36 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.51 |
| HSL | 109.89º | 0.55% | 0.32% | - |
| HSV(B) | 109.89º | 0.71% | 0.49% | - |
| XYZ | 9.02 | 15.5 | 4.19 | - |
| YUV | 92.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 36 | 0.59 | 0 | 0.71 | 0.51 | 109.89 | 0.55 | 0.32 |
| Hex | 33 | 7D | 24 | 3B | 0 | 47 | 33 | 6E | 37 | 20 |
| Octal | 63 | 175 | 44 | 73 | 0 | 107 | 63 | 156 | 67 | 40 |
| Binary | 110011 | 1111101 | 100100 | 111011 | 0 | 1000111 | 110011 | 1101110 | 110111 | 100000 |
Color Harmonies of #337D24
Complementary color
Monochromatic Colors of #337D24
Black with #337D24
Text Example
Text Example
White with #337D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D24; }
p { color: rgb(51,125,36); }
H1.HeaderClassName
{
color: #337D24;
}
.AnyTagClassName
{
color: #337D24;
}
</style>
background-color css
<style>
a { background-color: #337D24; }
a { background-color: rgb(51,125,36); }
div.DivClassName
{
background-color: #337D24;
}
.BgClassName
{
background-color: #337D24;
}
</style>
border-color css
<style>
span { border-color: #337D24; }
span { border-color: rgb(51,125,36); }
td.TdClassName
{
border-color: #337D24;
}
.TagClassName
{
border-color: #337D24;
}
</style>