Shades of Bilbao #33871D
Tints of Bilbao #33871D
RGB
CMYK
RGB Variations
Color information
#33871D (or 0x33871D) is known color: Bilbao. HEX triplet: 33, 87 and 1D. RGB value is (51,135,29). Sum of RGB (Red+Green+Blue) = 51+135+29=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #33871D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33871D is #CC78E2. Grayscale: #626262. Windows color (decimal): -13400291 or 1935155. OLE color: 1935155.
HSL color Cylindrical-coordinate representation of color #33871D: hue angle of 107.55º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33871D is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 29 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.47 |
| HSL | 107.55º | 0.65% | 0.32% | - |
| HSV(B) | 107.55º | 0.79% | 0.53% | - |
| XYZ | 10.25 | 18.12 | 4.12 | - |
| YUV | 97.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 29 | 0.62 | 0 | 0.79 | 0.47 | 107.55 | 0.65 | 0.32 |
| Hex | 33 | 87 | 1D | 3E | 0 | 4F | 2F | 6C | 41 | 20 |
| Octal | 63 | 207 | 35 | 76 | 0 | 117 | 57 | 154 | 101 | 40 |
| Binary | 110011 | 10000111 | 11101 | 111110 | 0 | 1001111 | 101111 | 1101100 | 1000001 | 100000 |
Color Harmonies of #33871D
Complementary color
Monochromatic Colors of #33871D
Black with #33871D
Text Example
Text Example
White with #33871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33871D; }
p { color: rgb(51,135,29); }
H1.HeaderClassName
{
color: #33871D;
}
.AnyTagClassName
{
color: #33871D;
}
</style>
background-color css
<style>
a { background-color: #33871D; }
a { background-color: rgb(51,135,29); }
div.DivClassName
{
background-color: #33871D;
}
.BgClassName
{
background-color: #33871D;
}
</style>
border-color css
<style>
span { border-color: #33871D; }
span { border-color: rgb(51,135,29); }
td.TdClassName
{
border-color: #33871D;
}
.TagClassName
{
border-color: #33871D;
}
</style>