Shades of Bilbao #337E29
Tints of Bilbao #337E29
RGB
CMYK
RGB Variations
Color information
#337E29 (or 0x337E29) is known color: Bilbao. HEX triplet: 33, 7E and 29. RGB value is (51,126,41). Sum of RGB (Red+Green+Blue) = 51+126+41=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #337E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E29 is #CC81D6. Grayscale: #5E5E5E. Windows color (decimal): -13402583 or 2719283. OLE color: 2719283.
HSL color Cylindrical-coordinate representation of color #337E29: hue angle of 112.94º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337E29 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 41 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.51 |
| HSL | 112.94º | 0.51% | 0.33% | - |
| HSV(B) | 112.94º | 0.67% | 0.49% | - |
| XYZ | 9.23 | 15.79 | 4.66 | - |
| YUV | 93.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 41 | 0.60 | 0 | 0.67 | 0.51 | 112.94 | 0.51 | 0.33 |
| Hex | 33 | 7E | 29 | 3C | 0 | 43 | 33 | 71 | 33 | 21 |
| Octal | 63 | 176 | 51 | 74 | 0 | 103 | 63 | 161 | 63 | 41 |
| Binary | 110011 | 1111110 | 101001 | 111100 | 0 | 1000011 | 110011 | 1110001 | 110011 | 100001 |
Color Harmonies of #337E29
Complementary color
Monochromatic Colors of #337E29
Black with #337E29
Text Example
Text Example
White with #337E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E29; }
p { color: rgb(51,126,41); }
H1.HeaderClassName
{
color: #337E29;
}
.AnyTagClassName
{
color: #337E29;
}
</style>
background-color css
<style>
a { background-color: #337E29; }
a { background-color: rgb(51,126,41); }
div.DivClassName
{
background-color: #337E29;
}
.BgClassName
{
background-color: #337E29;
}
</style>
border-color css
<style>
span { border-color: #337E29; }
span { border-color: rgb(51,126,41); }
td.TdClassName
{
border-color: #337E29;
}
.TagClassName
{
border-color: #337E29;
}
</style>