Shades of Bilbao #33851F
Tints of Bilbao #33851F
RGB
CMYK
RGB Variations
Color information
#33851F (or 0x33851F) is known color: Bilbao. HEX triplet: 33, 85 and 1F. RGB value is (51,133,31). Sum of RGB (Red+Green+Blue) = 51+133+31=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #33851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33851F is #CC7AE0. Grayscale: #616161. Windows color (decimal): -13400801 or 2065715. OLE color: 2065715.
HSL color Cylindrical-coordinate representation of color #33851F: hue angle of 108.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33851F is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 31 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.48 |
| HSL | 108.24º | 0.62% | 0.32% | - |
| HSV(B) | 108.24º | 0.77% | 0.52% | - |
| XYZ | 10 | 17.58 | 4.16 | - |
| YUV | 96.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 31 | 0.62 | 0 | 0.77 | 0.48 | 108.24 | 0.62 | 0.32 |
| Hex | 33 | 85 | 1F | 3E | 0 | 4D | 30 | 6C | 3E | 20 |
| Octal | 63 | 205 | 37 | 76 | 0 | 115 | 60 | 154 | 76 | 40 |
| Binary | 110011 | 10000101 | 11111 | 111110 | 0 | 1001101 | 110000 | 1101100 | 111110 | 100000 |
Color Harmonies of #33851F
Complementary color
Monochromatic Colors of #33851F
Black with #33851F
Text Example
Text Example
White with #33851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33851F; }
p { color: rgb(51,133,31); }
H1.HeaderClassName
{
color: #33851F;
}
.AnyTagClassName
{
color: #33851F;
}
</style>
background-color css
<style>
a { background-color: #33851F; }
a { background-color: rgb(51,133,31); }
div.DivClassName
{
background-color: #33851F;
}
.BgClassName
{
background-color: #33851F;
}
</style>
border-color css
<style>
span { border-color: #33851F; }
span { border-color: rgb(51,133,31); }
td.TdClassName
{
border-color: #33851F;
}
.TagClassName
{
border-color: #33851F;
}
</style>