Shades of Bilbao #337D0F
Tints of Bilbao #337D0F
RGB
CMYK
RGB Variations
Color information
#337D0F (or 0x337D0F) is known color: Bilbao. HEX triplet: 33, 7D and 0F. RGB value is (51,125,15). Sum of RGB (Red+Green+Blue) = 51+125+15=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #337D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337D0F is #CC82F0. Grayscale: #5A5A5A. Windows color (decimal): -13402865 or 1015091. OLE color: 1015091.
HSL color Cylindrical-coordinate representation of color #337D0F: hue angle of 100.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #337D0F is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 125 | 15 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.51 |
| HSL | 100.36º | 0.79% | 0.27% | - |
| HSV(B) | 100.36º | 0.88% | 0.49% | - |
| XYZ | 8.79 | 15.41 | 2.96 | - |
| YUV | 90.33 | 85.48 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 15 | 0.59 | 0 | 0.88 | 0.51 | 100.36 | 0.79 | 0.27 |
| Hex | 33 | 7D | F | 3B | 0 | 58 | 33 | 64 | 4F | 1B |
| Octal | 63 | 175 | 17 | 73 | 0 | 130 | 63 | 144 | 117 | 33 |
| Binary | 110011 | 1111101 | 1111 | 111011 | 0 | 1011000 | 110011 | 1100100 | 1001111 | 11011 |
Color Harmonies of #337D0F
Complementary color
Monochromatic Colors of #337D0F
Black with #337D0F
Text Example
Text Example
White with #337D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D0F; }
p { color: rgb(51,125,15); }
H1.HeaderClassName
{
color: #337D0F;
}
.AnyTagClassName
{
color: #337D0F;
}
</style>
background-color css
<style>
a { background-color: #337D0F; }
a { background-color: rgb(51,125,15); }
div.DivClassName
{
background-color: #337D0F;
}
.BgClassName
{
background-color: #337D0F;
}
</style>
border-color css
<style>
span { border-color: #337D0F; }
span { border-color: rgb(51,125,15); }
td.TdClassName
{
border-color: #337D0F;
}
.TagClassName
{
border-color: #337D0F;
}
</style>