Shades of Bilbao #33871E
Tints of Bilbao #33871E
RGB
CMYK
RGB Variations
Color information
#33871E (or 0x33871E) is known color: Bilbao. HEX triplet: 33, 87 and 1E. RGB value is (51,135,30). Sum of RGB (Red+Green+Blue) = 51+135+30=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #33871E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33871E is #CC78E1. Grayscale: #626262. Windows color (decimal): -13400290 or 2000691. OLE color: 2000691.
HSL color Cylindrical-coordinate representation of color #33871E: hue angle of 108º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33871E is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 30 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.47 |
| HSL | 108º | 0.64% | 0.32% | - |
| HSV(B) | 108º | 0.78% | 0.53% | - |
| XYZ | 10.26 | 18.13 | 4.19 | - |
| YUV | 97.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 30 | 0.62 | 0 | 0.78 | 0.47 | 108 | 0.64 | 0.32 |
| Hex | 33 | 87 | 1E | 3E | 0 | 4E | 2F | 6C | 40 | 20 |
| Octal | 63 | 207 | 36 | 76 | 0 | 116 | 57 | 154 | 100 | 40 |
| Binary | 110011 | 10000111 | 11110 | 111110 | 0 | 1001110 | 101111 | 1101100 | 1000000 | 100000 |
Color Harmonies of #33871E
Complementary color
Monochromatic Colors of #33871E
Black with #33871E
Text Example
Text Example
White with #33871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33871E; }
p { color: rgb(51,135,30); }
H1.HeaderClassName
{
color: #33871E;
}
.AnyTagClassName
{
color: #33871E;
}
</style>
background-color css
<style>
a { background-color: #33871E; }
a { background-color: rgb(51,135,30); }
div.DivClassName
{
background-color: #33871E;
}
.BgClassName
{
background-color: #33871E;
}
</style>
border-color css
<style>
span { border-color: #33871E; }
span { border-color: rgb(51,135,30); }
td.TdClassName
{
border-color: #33871E;
}
.TagClassName
{
border-color: #33871E;
}
</style>