Shades of Bilbao #336D1D
Tints of Bilbao #336D1D
RGB
CMYK
RGB Variations
Color information
#336D1D (or 0x336D1D) is known color: Bilbao. HEX triplet: 33, 6D and 1D. RGB value is (51,109,29). Sum of RGB (Red+Green+Blue) = 51+109+29=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #336D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D1D is #CC92E2. Grayscale: #525252. Windows color (decimal): -13406947 or 1928499. OLE color: 1928499.
HSL color Cylindrical-coordinate representation of color #336D1D: hue angle of 103.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336D1D is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 29 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.57 |
| HSL | 103.5º | 0.58% | 0.27% | - |
| HSV(B) | 103.5º | 0.73% | 0.43% | - |
| XYZ | 7.06 | 11.73 | 3.05 | - |
| YUV | 82.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 29 | 0.53 | 0 | 0.73 | 0.57 | 103.5 | 0.58 | 0.27 |
| Hex | 33 | 6D | 1D | 35 | 0 | 49 | 39 | 68 | 3A | 1B |
| Octal | 63 | 155 | 35 | 65 | 0 | 111 | 71 | 150 | 72 | 33 |
| Binary | 110011 | 1101101 | 11101 | 110101 | 0 | 1001001 | 111001 | 1101000 | 111010 | 11011 |
Color Harmonies of #336D1D
Complementary color
Monochromatic Colors of #336D1D
Black with #336D1D
Text Example
Text Example
White with #336D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D1D; }
p { color: rgb(51,109,29); }
H1.HeaderClassName
{
color: #336D1D;
}
.AnyTagClassName
{
color: #336D1D;
}
</style>
background-color css
<style>
a { background-color: #336D1D; }
a { background-color: rgb(51,109,29); }
div.DivClassName
{
background-color: #336D1D;
}
.BgClassName
{
background-color: #336D1D;
}
</style>
border-color css
<style>
span { border-color: #336D1D; }
span { border-color: rgb(51,109,29); }
td.TdClassName
{
border-color: #336D1D;
}
.TagClassName
{
border-color: #336D1D;
}
</style>