Shades of Bilbao #337D07
Tints of Bilbao #337D07
RGB
CMYK
RGB Variations
Color information
#337D07 (or 0x337D07) is known color: Bilbao. HEX triplet: 33, 7D and 07. RGB value is (51,125,7). Sum of RGB (Red+Green+Blue) = 51+125+7=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 125 (49.22% from 255 or 68.31% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 125 - color contains mainly: green. Hex color #337D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D07 is #CC82F8. Grayscale: #595959. Windows color (decimal): -13402873 or 490803. OLE color: 490803.
HSL color Cylindrical-coordinate representation of color #337D07: hue angle of 97.63º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #337D07 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 7 | - |
| CMYK | 0.59 | 0 | 0.94 | 0.51 |
| HSL | 97.63º | 0.89% | 0.26% | - |
| HSV(B) | 97.63º | 0.94% | 0.49% | - |
| XYZ | 8.74 | 15.39 | 2.71 | - |
| YUV | 89.42 | 81.48 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 7 | 0.59 | 0 | 0.94 | 0.51 | 97.63 | 0.89 | 0.26 |
| Hex | 33 | 7D | 7 | 3B | 0 | 5E | 33 | 62 | 59 | 1A |
| Octal | 63 | 175 | 7 | 73 | 0 | 136 | 63 | 142 | 131 | 32 |
| Binary | 110011 | 1111101 | 111 | 111011 | 0 | 1011110 | 110011 | 1100010 | 1011001 | 11010 |
Color Harmonies of #337D07
Complementary color
Monochromatic Colors of #337D07
Black with #337D07
Text Example
Text Example
White with #337D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D07; }
p { color: rgb(51,125,7); }
H1.HeaderClassName
{
color: #337D07;
}
.AnyTagClassName
{
color: #337D07;
}
</style>
background-color css
<style>
a { background-color: #337D07; }
a { background-color: rgb(51,125,7); }
div.DivClassName
{
background-color: #337D07;
}
.BgClassName
{
background-color: #337D07;
}
</style>
border-color css
<style>
span { border-color: #337D07; }
span { border-color: rgb(51,125,7); }
td.TdClassName
{
border-color: #337D07;
}
.TagClassName
{
border-color: #337D07;
}
</style>