Shades of Bilbao #33711C
Tints of Bilbao #33711C
RGB
CMYK
RGB Variations
Color information
#33711C (or 0x33711C) is known color: Bilbao. HEX triplet: 33, 71 and 1C. RGB value is (51,113,28). Sum of RGB (Red+Green+Blue) = 51+113+28=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #33711C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33711C is #CC8EE3. Grayscale: #555555. Windows color (decimal): -13405924 or 1863987. OLE color: 1863987.
HSL color Cylindrical-coordinate representation of color #33711C: hue angle of 103.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33711C is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 113 | 28 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.56 |
| HSL | 103.76º | 0.6% | 0.28% | - |
| HSV(B) | 103.76º | 0.75% | 0.44% | - |
| XYZ | 7.48 | 12.6 | 3.14 | - |
| YUV | 84.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 28 | 0.55 | 0 | 0.75 | 0.56 | 103.76 | 0.6 | 0.28 |
| Hex | 33 | 71 | 1C | 37 | 0 | 4B | 38 | 68 | 3C | 1C |
| Octal | 63 | 161 | 34 | 67 | 0 | 113 | 70 | 150 | 74 | 34 |
| Binary | 110011 | 1110001 | 11100 | 110111 | 0 | 1001011 | 111000 | 1101000 | 111100 | 11100 |
Color Harmonies of #33711C
Complementary color
Monochromatic Colors of #33711C
Black with #33711C
Text Example
Text Example
White with #33711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33711C; }
p { color: rgb(51,113,28); }
H1.HeaderClassName
{
color: #33711C;
}
.AnyTagClassName
{
color: #33711C;
}
</style>
background-color css
<style>
a { background-color: #33711C; }
a { background-color: rgb(51,113,28); }
div.DivClassName
{
background-color: #33711C;
}
.BgClassName
{
background-color: #33711C;
}
</style>
border-color css
<style>
span { border-color: #33711C; }
span { border-color: rgb(51,113,28); }
td.TdClassName
{
border-color: #33711C;
}
.TagClassName
{
border-color: #33711C;
}
</style>