Shades of Bilbao #33882A
Tints of Bilbao #33882A
RGB
CMYK
RGB Variations
Color information
#33882A (or 0x33882A) is known color: Bilbao. HEX triplet: 33, 88 and 2A. RGB value is (51,136,42). Sum of RGB (Red+Green+Blue) = 51+136+42=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #33882A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33882A is #CC77D5. Grayscale: #646464. Windows color (decimal): -13400022 or 2787379. OLE color: 2787379.
HSL color Cylindrical-coordinate representation of color #33882A: hue angle of 114.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33882A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 42 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.47 |
| HSL | 114.26º | 0.53% | 0.35% | - |
| HSV(B) | 114.26º | 0.69% | 0.53% | - |
| XYZ | 10.59 | 18.48 | 5.2 | - |
| YUV | 99.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 42 | 0.62 | 0 | 0.69 | 0.47 | 114.26 | 0.53 | 0.35 |
| Hex | 33 | 88 | 2A | 3E | 0 | 45 | 2F | 72 | 35 | 23 |
| Octal | 63 | 210 | 52 | 76 | 0 | 105 | 57 | 162 | 65 | 43 |
| Binary | 110011 | 10001000 | 101010 | 111110 | 0 | 1000101 | 101111 | 1110010 | 110101 | 100011 |
Color Harmonies of #33882A
Complementary color
Monochromatic Colors of #33882A
Black with #33882A
Text Example
Text Example
White with #33882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33882A; }
p { color: rgb(51,136,42); }
H1.HeaderClassName
{
color: #33882A;
}
.AnyTagClassName
{
color: #33882A;
}
</style>
background-color css
<style>
a { background-color: #33882A; }
a { background-color: rgb(51,136,42); }
div.DivClassName
{
background-color: #33882A;
}
.BgClassName
{
background-color: #33882A;
}
</style>
border-color css
<style>
span { border-color: #33882A; }
span { border-color: rgb(51,136,42); }
td.TdClassName
{
border-color: #33882A;
}
.TagClassName
{
border-color: #33882A;
}
</style>