Shades of Bilbao #33882B
Tints of Bilbao #33882B
RGB
CMYK
RGB Variations
Color information
#33882B (or 0x33882B) is known color: Bilbao. HEX triplet: 33, 88 and 2B. RGB value is (51,136,43). Sum of RGB (Red+Green+Blue) = 51+136+43=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #33882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33882B is #CC77D4. Grayscale: #646464. Windows color (decimal): -13400021 or 2852915. OLE color: 2852915.
HSL color Cylindrical-coordinate representation of color #33882B: hue angle of 114.84º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33882B is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 43 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.47 |
| HSL | 114.84º | 0.52% | 0.35% | - |
| HSV(B) | 114.84º | 0.68% | 0.53% | - |
| XYZ | 10.61 | 18.49 | 5.29 | - |
| YUV | 99.98 | 95.84 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 43 | 0.62 | 0 | 0.68 | 0.47 | 114.84 | 0.52 | 0.35 |
| Hex | 33 | 88 | 2B | 3E | 0 | 44 | 2F | 73 | 34 | 23 |
| Octal | 63 | 210 | 53 | 76 | 0 | 104 | 57 | 163 | 64 | 43 |
| Binary | 110011 | 10001000 | 101011 | 111110 | 0 | 1000100 | 101111 | 1110011 | 110100 | 100011 |
Color Harmonies of #33882B
Complementary color
Monochromatic Colors of #33882B
Black with #33882B
Text Example
Text Example
White with #33882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33882B; }
p { color: rgb(51,136,43); }
H1.HeaderClassName
{
color: #33882B;
}
.AnyTagClassName
{
color: #33882B;
}
</style>
background-color css
<style>
a { background-color: #33882B; }
a { background-color: rgb(51,136,43); }
div.DivClassName
{
background-color: #33882B;
}
.BgClassName
{
background-color: #33882B;
}
</style>
border-color css
<style>
span { border-color: #33882B; }
span { border-color: rgb(51,136,43); }
td.TdClassName
{
border-color: #33882B;
}
.TagClassName
{
border-color: #33882B;
}
</style>