Shades of Bilbao #336B04
Tints of Bilbao #336B04
RGB
CMYK
RGB Variations
Color information
#336B04 (or 0x336B04) is known color: Bilbao. HEX triplet: 33, 6B and 04. RGB value is (51,107,4). Sum of RGB (Red+Green+Blue) = 51+107+4=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 107 (42.19% from 255 or 66.05% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 107 - color contains mainly: green. Hex color #336B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B04 is #CC94FB. Grayscale: #4E4E4E. Windows color (decimal): -13407484 or 289587. OLE color: 289587.
HSL color Cylindrical-coordinate representation of color #336B04: hue angle of 92.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #336B04 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 4 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.58 |
| HSL | 92.62º | 0.93% | 0.22% | - |
| HSV(B) | 92.62º | 0.96% | 0.42% | - |
| XYZ | 6.64 | 11.23 | 1.93 | - |
| YUV | 78.51 | 85.95 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 4 | 0.52 | 0 | 0.96 | 0.58 | 92.62 | 0.93 | 0.22 |
| Hex | 33 | 6B | 4 | 34 | 0 | 60 | 3A | 5D | 5D | 16 |
| Octal | 63 | 153 | 4 | 64 | 0 | 140 | 72 | 135 | 135 | 26 |
| Binary | 110011 | 1101011 | 100 | 110100 | 0 | 1100000 | 111010 | 1011101 | 1011101 | 10110 |
Color Harmonies of #336B04
Complementary color
Monochromatic Colors of #336B04
Black with #336B04
Text Example
Text Example
White with #336B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B04; }
p { color: rgb(51,107,4); }
H1.HeaderClassName
{
color: #336B04;
}
.AnyTagClassName
{
color: #336B04;
}
</style>
background-color css
<style>
a { background-color: #336B04; }
a { background-color: rgb(51,107,4); }
div.DivClassName
{
background-color: #336B04;
}
.BgClassName
{
background-color: #336B04;
}
</style>
border-color css
<style>
span { border-color: #336B04; }
span { border-color: rgb(51,107,4); }
td.TdClassName
{
border-color: #336B04;
}
.TagClassName
{
border-color: #336B04;
}
</style>