Shades of Bilbao #33770D
Tints of Bilbao #33770D
RGB
CMYK
RGB Variations
Color information
#33770D (or 0x33770D) is known color: Bilbao. HEX triplet: 33, 77 and 0D. RGB value is (51,119,13). Sum of RGB (Red+Green+Blue) = 51+119+13=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #33770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33770D is #CC88F2. Grayscale: #565656. Windows color (decimal): -13404403 or 882483. OLE color: 882483.
HSL color Cylindrical-coordinate representation of color #33770D: hue angle of 98.49º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33770D is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 13 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.53 |
| HSL | 98.49º | 0.8% | 0.26% | - |
| HSV(B) | 98.49º | 0.89% | 0.47% | - |
| XYZ | 8.03 | 13.93 | 2.65 | - |
| YUV | 86.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 13 | 0.57 | 0 | 0.89 | 0.53 | 98.49 | 0.8 | 0.26 |
| Hex | 33 | 77 | D | 39 | 0 | 59 | 35 | 62 | 50 | 1A |
| Octal | 63 | 167 | 15 | 71 | 0 | 131 | 65 | 142 | 120 | 32 |
| Binary | 110011 | 1110111 | 1101 | 111001 | 0 | 1011001 | 110101 | 1100010 | 1010000 | 11010 |
Color Harmonies of #33770D
Complementary color
Monochromatic Colors of #33770D
Black with #33770D
Text Example
Text Example
White with #33770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33770D; }
p { color: rgb(51,119,13); }
H1.HeaderClassName
{
color: #33770D;
}
.AnyTagClassName
{
color: #33770D;
}
</style>
background-color css
<style>
a { background-color: #33770D; }
a { background-color: rgb(51,119,13); }
div.DivClassName
{
background-color: #33770D;
}
.BgClassName
{
background-color: #33770D;
}
</style>
border-color css
<style>
span { border-color: #33770D; }
span { border-color: rgb(51,119,13); }
td.TdClassName
{
border-color: #33770D;
}
.TagClassName
{
border-color: #33770D;
}
</style>