Shades of Bilbao #337B0B
Tints of Bilbao #337B0B
RGB
CMYK
RGB Variations
Color information
#337B0B (or 0x337B0B) is known color: Bilbao. HEX triplet: 33, 7B and 0B. RGB value is (51,123,11). Sum of RGB (Red+Green+Blue) = 51+123+11=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 123 (48.44% from 255 or 66.49% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 123 - color contains mainly: green. Hex color #337B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337B0B is #CC84F4. Grayscale: #595959. Windows color (decimal): -13403381 or 752435. OLE color: 752435.
HSL color Cylindrical-coordinate representation of color #337B0B: hue angle of 98.57º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #337B0B is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 123 | 11 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.52 |
| HSL | 98.57º | 0.84% | 0.26% | - |
| HSV(B) | 98.57º | 0.91% | 0.48% | - |
| XYZ | 8.51 | 14.89 | 2.74 | - |
| YUV | 88.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 123 | 11 | 0.59 | 0 | 0.91 | 0.52 | 98.57 | 0.84 | 0.26 |
| Hex | 33 | 7B | B | 3B | 0 | 5B | 34 | 63 | 54 | 1A |
| Octal | 63 | 173 | 13 | 73 | 0 | 133 | 64 | 143 | 124 | 32 |
| Binary | 110011 | 1111011 | 1011 | 111011 | 0 | 1011011 | 110100 | 1100011 | 1010100 | 11010 |
Color Harmonies of #337B0B
Complementary color
Monochromatic Colors of #337B0B
Black with #337B0B
Text Example
Text Example
White with #337B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337B0B; }
p { color: rgb(51,123,11); }
H1.HeaderClassName
{
color: #337B0B;
}
.AnyTagClassName
{
color: #337B0B;
}
</style>
background-color css
<style>
a { background-color: #337B0B; }
a { background-color: rgb(51,123,11); }
div.DivClassName
{
background-color: #337B0B;
}
.BgClassName
{
background-color: #337B0B;
}
</style>
border-color css
<style>
span { border-color: #337B0B; }
span { border-color: rgb(51,123,11); }
td.TdClassName
{
border-color: #337B0B;
}
.TagClassName
{
border-color: #337B0B;
}
</style>