Shades of Bilbao #337512
Tints of Bilbao #337512
RGB
CMYK
RGB Variations
Color information
#337512 (or 0x337512) is known color: Bilbao. HEX triplet: 33, 75 and 12. RGB value is (51,117,18). Sum of RGB (Red+Green+Blue) = 51+117+18=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 117 (46.09% from 255 or 62.90% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 117 - color contains mainly: green. Hex color #337512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337512 is #CC8AED. Grayscale: #565656. Windows color (decimal): -13404910 or 1209651. OLE color: 1209651.
HSL color Cylindrical-coordinate representation of color #337512: hue angle of 100º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #337512 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 117 | 18 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.54 |
| HSL | 100º | 0.73% | 0.26% | - |
| HSV(B) | 100º | 0.85% | 0.46% | - |
| XYZ | 7.84 | 13.47 | 2.76 | - |
| YUV | 85.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 117 | 18 | 0.56 | 0 | 0.85 | 0.54 | 100 | 0.73 | 0.26 |
| Hex | 33 | 75 | 12 | 38 | 0 | 55 | 36 | 64 | 49 | 1A |
| Octal | 63 | 165 | 22 | 70 | 0 | 125 | 66 | 144 | 111 | 32 |
| Binary | 110011 | 1110101 | 10010 | 111000 | 0 | 1010101 | 110110 | 1100100 | 1001001 | 11010 |
Color Harmonies of #337512
Complementary color
Monochromatic Colors of #337512
Black with #337512
Text Example
Text Example
White with #337512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337512; }
p { color: rgb(51,117,18); }
H1.HeaderClassName
{
color: #337512;
}
.AnyTagClassName
{
color: #337512;
}
</style>
background-color css
<style>
a { background-color: #337512; }
a { background-color: rgb(51,117,18); }
div.DivClassName
{
background-color: #337512;
}
.BgClassName
{
background-color: #337512;
}
</style>
border-color css
<style>
span { border-color: #337512; }
span { border-color: rgb(51,117,18); }
td.TdClassName
{
border-color: #337512;
}
.TagClassName
{
border-color: #337512;
}
</style>