Shades of Bilbao #33760D
Tints of Bilbao #33760D
RGB
CMYK
RGB Variations
Color information
#33760D (or 0x33760D) is known color: Bilbao. HEX triplet: 33, 76 and 0D. RGB value is (51,118,13). Sum of RGB (Red+Green+Blue) = 51+118+13=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #33760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33760D is #CC89F2. Grayscale: #565656. Windows color (decimal): -13404659 or 882227. OLE color: 882227.
HSL color Cylindrical-coordinate representation of color #33760D: hue angle of 98.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #33760D is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 118 | 13 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.54 |
| HSL | 98.29º | 0.8% | 0.26% | - |
| HSV(B) | 98.29º | 0.89% | 0.46% | - |
| XYZ | 7.92 | 13.69 | 2.61 | - |
| YUV | 86 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 13 | 0.57 | 0 | 0.89 | 0.54 | 98.29 | 0.8 | 0.26 |
| Hex | 33 | 76 | D | 39 | 0 | 59 | 36 | 62 | 50 | 1A |
| Octal | 63 | 166 | 15 | 71 | 0 | 131 | 66 | 142 | 120 | 32 |
| Binary | 110011 | 1110110 | 1101 | 111001 | 0 | 1011001 | 110110 | 1100010 | 1010000 | 11010 |
Color Harmonies of #33760D
Complementary color
Monochromatic Colors of #33760D
Black with #33760D
Text Example
Text Example
White with #33760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33760D; }
p { color: rgb(51,118,13); }
H1.HeaderClassName
{
color: #33760D;
}
.AnyTagClassName
{
color: #33760D;
}
</style>
background-color css
<style>
a { background-color: #33760D; }
a { background-color: rgb(51,118,13); }
div.DivClassName
{
background-color: #33760D;
}
.BgClassName
{
background-color: #33760D;
}
</style>
border-color css
<style>
span { border-color: #33760D; }
span { border-color: rgb(51,118,13); }
td.TdClassName
{
border-color: #33760D;
}
.TagClassName
{
border-color: #33760D;
}
</style>