Shades of Bilbao #33771C
Tints of Bilbao #33771C
RGB
CMYK
RGB Variations
Color information
#33771C (or 0x33771C) is known color: Bilbao. HEX triplet: 33, 77 and 1C. RGB value is (51,119,28). Sum of RGB (Red+Green+Blue) = 51+119+28=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #33771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33771C is #CC88E3. Grayscale: #585858. Windows color (decimal): -13404388 or 1865523. OLE color: 1865523.
HSL color Cylindrical-coordinate representation of color #33771C: hue angle of 104.84º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33771C is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 51 | 119 | 28 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.53 |
| HSL | 104.84º | 0.62% | 0.29% | - |
| HSV(B) | 104.84º | 0.76% | 0.47% | - |
| XYZ | 8.17 | 13.98 | 3.37 | - |
| YUV | 88.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 119 | 28 | 0.57 | 0 | 0.76 | 0.53 | 104.84 | 0.62 | 0.29 |
| Hex | 33 | 77 | 1C | 39 | 0 | 4C | 35 | 69 | 3E | 1D |
| Octal | 63 | 167 | 34 | 71 | 0 | 114 | 65 | 151 | 76 | 35 |
| Binary | 110011 | 1110111 | 11100 | 111001 | 0 | 1001100 | 110101 | 1101001 | 111110 | 11101 |
Color Harmonies of #33771C
Complementary color
Monochromatic Colors of #33771C
Black with #33771C
Text Example
Text Example
White with #33771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33771C; }
p { color: rgb(51,119,28); }
H1.HeaderClassName
{
color: #33771C;
}
.AnyTagClassName
{
color: #33771C;
}
</style>
background-color css
<style>
a { background-color: #33771C; }
a { background-color: rgb(51,119,28); }
div.DivClassName
{
background-color: #33771C;
}
.BgClassName
{
background-color: #33771C;
}
</style>
border-color css
<style>
span { border-color: #33771C; }
span { border-color: rgb(51,119,28); }
td.TdClassName
{
border-color: #33771C;
}
.TagClassName
{
border-color: #33771C;
}
</style>