Shades of Bilbao #33670C
Tints of Bilbao #33670C
RGB
CMYK
RGB Variations
Color information
#33670C (or 0x33670C) is known color: Bilbao. HEX triplet: 33, 67 and 0C. RGB value is (51,103,12). Sum of RGB (Red+Green+Blue) = 51+103+12=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 103 (40.62% from 255 or 62.05% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 103 - color contains mainly: green. Hex color #33670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33670C is #CC98F3. Grayscale: #4D4D4D. Windows color (decimal): -13408500 or 812851. OLE color: 812851.
HSL color Cylindrical-coordinate representation of color #33670C: hue angle of 94.29º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #33670C is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 103 | 12 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.60 |
| HSL | 94.29º | 0.79% | 0.23% | - |
| HSV(B) | 94.29º | 0.88% | 0.4% | - |
| XYZ | 6.28 | 10.43 | 2.03 | - |
| YUV | 77.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 103 | 12 | 0.50 | 0 | 0.88 | 0.60 | 94.29 | 0.79 | 0.23 |
| Hex | 33 | 67 | C | 32 | 0 | 58 | 3C | 5E | 4F | 17 |
| Octal | 63 | 147 | 14 | 62 | 0 | 130 | 74 | 136 | 117 | 27 |
| Binary | 110011 | 1100111 | 1100 | 110010 | 0 | 1011000 | 111100 | 1011110 | 1001111 | 10111 |
Color Harmonies of #33670C
Complementary color
Monochromatic Colors of #33670C
Black with #33670C
Text Example
Text Example
White with #33670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33670C; }
p { color: rgb(51,103,12); }
H1.HeaderClassName
{
color: #33670C;
}
.AnyTagClassName
{
color: #33670C;
}
</style>
background-color css
<style>
a { background-color: #33670C; }
a { background-color: rgb(51,103,12); }
div.DivClassName
{
background-color: #33670C;
}
.BgClassName
{
background-color: #33670C;
}
</style>
border-color css
<style>
span { border-color: #33670C; }
span { border-color: rgb(51,103,12); }
td.TdClassName
{
border-color: #33670C;
}
.TagClassName
{
border-color: #33670C;
}
</style>