Shades of Bilbao #336B0D
Tints of Bilbao #336B0D
RGB
CMYK
RGB Variations
Color information
#336B0D (or 0x336B0D) is known color: Bilbao. HEX triplet: 33, 6B and 0D. RGB value is (51,107,13). Sum of RGB (Red+Green+Blue) = 51+107+13=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #336B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B0D is #CC94F2. Grayscale: #4F4F4F. Windows color (decimal): -13407475 or 879411. OLE color: 879411.
HSL color Cylindrical-coordinate representation of color #336B0D: hue angle of 95.74º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #336B0D is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 13 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.58 |
| HSL | 95.74º | 0.78% | 0.24% | - |
| HSV(B) | 95.74º | 0.88% | 0.42% | - |
| XYZ | 6.7 | 11.25 | 2.2 | - |
| YUV | 79.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 13 | 0.52 | 0 | 0.88 | 0.58 | 95.74 | 0.78 | 0.24 |
| Hex | 33 | 6B | D | 34 | 0 | 58 | 3A | 60 | 4E | 18 |
| Octal | 63 | 153 | 15 | 64 | 0 | 130 | 72 | 140 | 116 | 30 |
| Binary | 110011 | 1101011 | 1101 | 110100 | 0 | 1011000 | 111010 | 1100000 | 1001110 | 11000 |
Color Harmonies of #336B0D
Complementary color
Monochromatic Colors of #336B0D
Black with #336B0D
Text Example
Text Example
White with #336B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B0D; }
p { color: rgb(51,107,13); }
H1.HeaderClassName
{
color: #336B0D;
}
.AnyTagClassName
{
color: #336B0D;
}
</style>
background-color css
<style>
a { background-color: #336B0D; }
a { background-color: rgb(51,107,13); }
div.DivClassName
{
background-color: #336B0D;
}
.BgClassName
{
background-color: #336B0D;
}
</style>
border-color css
<style>
span { border-color: #336B0D; }
span { border-color: rgb(51,107,13); }
td.TdClassName
{
border-color: #336B0D;
}
.TagClassName
{
border-color: #336B0D;
}
</style>