Shades of Bilbao #33680A
Tints of Bilbao #33680A
RGB
CMYK
RGB Variations
Color information
#33680A (or 0x33680A) is known color: Bilbao. HEX triplet: 33, 68 and 0A. RGB value is (51,104,10). Sum of RGB (Red+Green+Blue) = 51+104+10=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #33680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33680A is #CC97F5. Grayscale: #4D4D4D. Windows color (decimal): -13408246 or 682035. OLE color: 682035.
HSL color Cylindrical-coordinate representation of color #33680A: hue angle of 93.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33680A is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 10 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.59 |
| HSL | 93.83º | 0.82% | 0.22% | - |
| HSV(B) | 93.83º | 0.9% | 0.41% | - |
| XYZ | 6.37 | 10.63 | 2 | - |
| YUV | 77.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 10 | 0.51 | 0 | 0.90 | 0.59 | 93.83 | 0.82 | 0.22 |
| Hex | 33 | 68 | A | 33 | 0 | 5A | 3B | 5E | 52 | 16 |
| Octal | 63 | 150 | 12 | 63 | 0 | 132 | 73 | 136 | 122 | 26 |
| Binary | 110011 | 1101000 | 1010 | 110011 | 0 | 1011010 | 111011 | 1011110 | 1010010 | 10110 |
Color Harmonies of #33680A
Complementary color
Monochromatic Colors of #33680A
Black with #33680A
Text Example
Text Example
White with #33680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33680A; }
p { color: rgb(51,104,10); }
H1.HeaderClassName
{
color: #33680A;
}
.AnyTagClassName
{
color: #33680A;
}
</style>
background-color css
<style>
a { background-color: #33680A; }
a { background-color: rgb(51,104,10); }
div.DivClassName
{
background-color: #33680A;
}
.BgClassName
{
background-color: #33680A;
}
</style>
border-color css
<style>
span { border-color: #33680A; }
span { border-color: rgb(51,104,10); }
td.TdClassName
{
border-color: #33680A;
}
.TagClassName
{
border-color: #33680A;
}
</style>