Shades of Bilbao #33680C
Tints of Bilbao #33680C
RGB
CMYK
RGB Variations
Color information
#33680C (or 0x33680C) is known color: Bilbao. HEX triplet: 33, 68 and 0C. RGB value is (51,104,12). Sum of RGB (Red+Green+Blue) = 51+104+12=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 104 (41.02% from 255 or 62.28% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 104 - color contains mainly: green. Hex color #33680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33680C is #CC97F3. Grayscale: #4D4D4D. Windows color (decimal): -13408244 or 813107. OLE color: 813107.
HSL color Cylindrical-coordinate representation of color #33680C: hue angle of 94.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33680C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 104 | 12 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.59 |
| HSL | 94.57º | 0.79% | 0.23% | - |
| HSV(B) | 94.57º | 0.88% | 0.41% | - |
| XYZ | 6.38 | 10.63 | 2.06 | - |
| YUV | 77.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 104 | 12 | 0.51 | 0 | 0.88 | 0.59 | 94.57 | 0.79 | 0.23 |
| Hex | 33 | 68 | C | 33 | 0 | 58 | 3B | 5F | 4F | 17 |
| Octal | 63 | 150 | 14 | 63 | 0 | 130 | 73 | 137 | 117 | 27 |
| Binary | 110011 | 1101000 | 1100 | 110011 | 0 | 1011000 | 111011 | 1011111 | 1001111 | 10111 |
Color Harmonies of #33680C
Complementary color
Monochromatic Colors of #33680C
Black with #33680C
Text Example
Text Example
White with #33680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33680C; }
p { color: rgb(51,104,12); }
H1.HeaderClassName
{
color: #33680C;
}
.AnyTagClassName
{
color: #33680C;
}
</style>
background-color css
<style>
a { background-color: #33680C; }
a { background-color: rgb(51,104,12); }
div.DivClassName
{
background-color: #33680C;
}
.BgClassName
{
background-color: #33680C;
}
</style>
border-color css
<style>
span { border-color: #33680C; }
span { border-color: rgb(51,104,12); }
td.TdClassName
{
border-color: #33680C;
}
.TagClassName
{
border-color: #33680C;
}
</style>