Shades of Bilbao #337E1E
Tints of Bilbao #337E1E
RGB
CMYK
RGB Variations
Color information
#337E1E (or 0x337E1E) is known color: Bilbao. HEX triplet: 33, 7E and 1E. RGB value is (51,126,30). Sum of RGB (Red+Green+Blue) = 51+126+30=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #337E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337E1E is #CC81E1. Grayscale: #5C5C5C. Windows color (decimal): -13402594 or 1998387. OLE color: 1998387.
HSL color Cylindrical-coordinate representation of color #337E1E: hue angle of 106.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #337E1E is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 126 | 30 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.51 |
| HSL | 106.88º | 0.62% | 0.31% | - |
| HSV(B) | 106.88º | 0.76% | 0.49% | - |
| XYZ | 9.06 | 15.72 | 3.78 | - |
| YUV | 92.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 30 | 0.60 | 0 | 0.76 | 0.51 | 106.88 | 0.62 | 0.31 |
| Hex | 33 | 7E | 1E | 3C | 0 | 4C | 33 | 6B | 3E | 1F |
| Octal | 63 | 176 | 36 | 74 | 0 | 114 | 63 | 153 | 76 | 37 |
| Binary | 110011 | 1111110 | 11110 | 111100 | 0 | 1001100 | 110011 | 1101011 | 111110 | 11111 |
Color Harmonies of #337E1E
Complementary color
Monochromatic Colors of #337E1E
Black with #337E1E
Text Example
Text Example
White with #337E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337E1E; }
p { color: rgb(51,126,30); }
H1.HeaderClassName
{
color: #337E1E;
}
.AnyTagClassName
{
color: #337E1E;
}
</style>
background-color css
<style>
a { background-color: #337E1E; }
a { background-color: rgb(51,126,30); }
div.DivClassName
{
background-color: #337E1E;
}
.BgClassName
{
background-color: #337E1E;
}
</style>
border-color css
<style>
span { border-color: #337E1E; }
span { border-color: rgb(51,126,30); }
td.TdClassName
{
border-color: #337E1E;
}
.TagClassName
{
border-color: #337E1E;
}
</style>