Shades of Bilbao #337E25
Tints of Bilbao #337E25
RGB
CMYK
RGB Variations
Color information
#337E25 (or 0x337E25) is known color: Bilbao. HEX triplet: 33, 7E and 25. RGB value is (51,126,37). Sum of RGB (Red+Green+Blue) = 51+126+37=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #337E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E25 is #CC81DA. Grayscale: #5D5D5D. Windows color (decimal): -13402587 or 2457139. OLE color: 2457139.
HSL color Cylindrical-coordinate representation of color #337E25: hue angle of 110.56º 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 #337E25 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 37 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.51 |
| HSL | 110.56º | 0.55% | 0.32% | - |
| HSV(B) | 110.56º | 0.71% | 0.49% | - |
| XYZ | 9.16 | 15.76 | 4.31 | - |
| YUV | 93.43 | 96.15 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 37 | 0.60 | 0 | 0.71 | 0.51 | 110.56 | 0.55 | 0.32 |
| Hex | 33 | 7E | 25 | 3C | 0 | 47 | 33 | 6F | 37 | 20 |
| Octal | 63 | 176 | 45 | 74 | 0 | 107 | 63 | 157 | 67 | 40 |
| Binary | 110011 | 1111110 | 100101 | 111100 | 0 | 1000111 | 110011 | 1101111 | 110111 | 100000 |
Color Harmonies of #337E25
Complementary color
Monochromatic Colors of #337E25
Black with #337E25
Text Example
Text Example
White with #337E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E25; }
p { color: rgb(51,126,37); }
H1.HeaderClassName
{
color: #337E25;
}
.AnyTagClassName
{
color: #337E25;
}
</style>
background-color css
<style>
a { background-color: #337E25; }
a { background-color: rgb(51,126,37); }
div.DivClassName
{
background-color: #337E25;
}
.BgClassName
{
background-color: #337E25;
}
</style>
border-color css
<style>
span { border-color: #337E25; }
span { border-color: rgb(51,126,37); }
td.TdClassName
{
border-color: #337E25;
}
.TagClassName
{
border-color: #337E25;
}
</style>