Shades of Bilbao #33881E
Tints of Bilbao #33881E
RGB
CMYK
RGB Variations
Color information
#33881E (or 0x33881E) is known color: Bilbao. HEX triplet: 33, 88 and 1E. RGB value is (51,136,30). Sum of RGB (Red+Green+Blue) = 51+136+30=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #33881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33881E is #CC77E1. Grayscale: #626262. Windows color (decimal): -13400034 or 2000947. OLE color: 2000947.
HSL color Cylindrical-coordinate representation of color #33881E: hue angle of 108.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33881E is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 30 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.47 |
| HSL | 108.11º | 0.64% | 0.33% | - |
| HSV(B) | 108.11º | 0.78% | 0.53% | - |
| XYZ | 10.4 | 18.41 | 4.23 | - |
| YUV | 98.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 30 | 0.62 | 0 | 0.78 | 0.47 | 108.11 | 0.64 | 0.33 |
| Hex | 33 | 88 | 1E | 3E | 0 | 4E | 2F | 6C | 40 | 21 |
| Octal | 63 | 210 | 36 | 76 | 0 | 116 | 57 | 154 | 100 | 41 |
| Binary | 110011 | 10001000 | 11110 | 111110 | 0 | 1001110 | 101111 | 1101100 | 1000000 | 100001 |
Color Harmonies of #33881E
Complementary color
Monochromatic Colors of #33881E
Black with #33881E
Text Example
Text Example
White with #33881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33881E; }
p { color: rgb(51,136,30); }
H1.HeaderClassName
{
color: #33881E;
}
.AnyTagClassName
{
color: #33881E;
}
</style>
background-color css
<style>
a { background-color: #33881E; }
a { background-color: rgb(51,136,30); }
div.DivClassName
{
background-color: #33881E;
}
.BgClassName
{
background-color: #33881E;
}
</style>
border-color css
<style>
span { border-color: #33881E; }
span { border-color: rgb(51,136,30); }
td.TdClassName
{
border-color: #33881E;
}
.TagClassName
{
border-color: #33881E;
}
</style>