Shades of Bilbao #336F01
Tints of Bilbao #336F01
RGB
CMYK
RGB Variations
Color information
#336F01 (or 0x336F01) is known color: Bilbao. HEX triplet: 33, 6F and 01. RGB value is (51,111,1). Sum of RGB (Red+Green+Blue) = 51+111+1=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #336F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F01 is #CC90FE. Grayscale: #505050. Windows color (decimal): -13406463 or 94003. OLE color: 94003.
HSL color Cylindrical-coordinate representation of color #336F01: hue angle of 92.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #336F01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 111 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.56 |
| HSL | 92.73º | 0.98% | 0.22% | - |
| HSV(B) | 92.73º | 0.99% | 0.44% | - |
| XYZ | 7.06 | 12.07 | 1.99 | - |
| YUV | 80.52 | 83.12 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 1 | 0.54 | 0 | 0.99 | 0.56 | 92.73 | 0.98 | 0.22 |
| Hex | 33 | 6F | 1 | 36 | 0 | 63 | 38 | 5D | 62 | 16 |
| Octal | 63 | 157 | 1 | 66 | 0 | 143 | 70 | 135 | 142 | 26 |
| Binary | 110011 | 1101111 | 1 | 110110 | 0 | 1100011 | 111000 | 1011101 | 1100010 | 10110 |
Color Harmonies of #336F01
Complementary color
Monochromatic Colors of #336F01
Black with #336F01
Text Example
Text Example
White with #336F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336F01; }
p { color: rgb(51,111,1); }
H1.HeaderClassName
{
color: #336F01;
}
.AnyTagClassName
{
color: #336F01;
}
</style>
background-color css
<style>
a { background-color: #336F01; }
a { background-color: rgb(51,111,1); }
div.DivClassName
{
background-color: #336F01;
}
.BgClassName
{
background-color: #336F01;
}
</style>
border-color css
<style>
span { border-color: #336F01; }
span { border-color: rgb(51,111,1); }
td.TdClassName
{
border-color: #336F01;
}
.TagClassName
{
border-color: #336F01;
}
</style>