Shades of Bilbao #336D01
Tints of Bilbao #336D01
RGB
CMYK
RGB Variations
Color information
#336D01 (or 0x336D01) is known color: Bilbao. HEX triplet: 33, 6D and 01. RGB value is (51,109,1). Sum of RGB (Red+Green+Blue) = 51+109+1=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 109 (42.97% from 255 or 67.70% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 109 - color contains mainly: green. Hex color #336D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336D01 is #CC92FE. Grayscale: #4F4F4F. Windows color (decimal): -13406975 or 93491. OLE color: 93491.
HSL color Cylindrical-coordinate representation of color #336D01: hue angle of 92.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #336D01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 109 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.57 |
| HSL | 92.22º | 0.98% | 0.22% | - |
| HSV(B) | 92.22º | 0.99% | 0.43% | - |
| XYZ | 6.84 | 11.64 | 1.92 | - |
| YUV | 79.35 | 83.78 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 1 | 0.53 | 0 | 0.99 | 0.57 | 92.22 | 0.98 | 0.22 |
| Hex | 33 | 6D | 1 | 35 | 0 | 63 | 39 | 5C | 62 | 16 |
| Octal | 63 | 155 | 1 | 65 | 0 | 143 | 71 | 134 | 142 | 26 |
| Binary | 110011 | 1101101 | 1 | 110101 | 0 | 1100011 | 111001 | 1011100 | 1100010 | 10110 |
Color Harmonies of #336D01
Complementary color
Monochromatic Colors of #336D01
Black with #336D01
Text Example
Text Example
White with #336D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336D01; }
p { color: rgb(51,109,1); }
H1.HeaderClassName
{
color: #336D01;
}
.AnyTagClassName
{
color: #336D01;
}
</style>
background-color css
<style>
a { background-color: #336D01; }
a { background-color: rgb(51,109,1); }
div.DivClassName
{
background-color: #336D01;
}
.BgClassName
{
background-color: #336D01;
}
</style>
border-color css
<style>
span { border-color: #336D01; }
span { border-color: rgb(51,109,1); }
td.TdClassName
{
border-color: #336D01;
}
.TagClassName
{
border-color: #336D01;
}
</style>