Shades of Bilbao #32881E
Tints of Bilbao #32881E
RGB
CMYK
RGB Variations
Color information
#32881E (or 0x32881E) is known color: Bilbao. HEX triplet: 32, 88 and 1E. RGB value is (50,136,30). Sum of RGB (Red+Green+Blue) = 50+136+30=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #32881E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32881E is #CD77E1. Grayscale: #626262. Windows color (decimal): -13465570 or 2000946. OLE color: 2000946.
HSL color Cylindrical-coordinate representation of color #32881E: hue angle of 108.68º 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 #32881E is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 30 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.47 |
| HSL | 108.68º | 0.64% | 0.33% | - |
| HSV(B) | 108.68º | 0.78% | 0.53% | - |
| XYZ | 10.35 | 18.38 | 4.23 | - |
| YUV | 98.2 | 89.51 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 30 | 0.63 | 0 | 0.78 | 0.47 | 108.68 | 0.64 | 0.33 |
| Hex | 32 | 88 | 1E | 3F | 0 | 4E | 2F | 6D | 40 | 21 |
| Octal | 62 | 210 | 36 | 77 | 0 | 116 | 57 | 155 | 100 | 41 |
| Binary | 110010 | 10001000 | 11110 | 111111 | 0 | 1001110 | 101111 | 1101101 | 1000000 | 100001 |
Color Harmonies of #32881E
Complementary color
Monochromatic Colors of #32881E
Black with #32881E
Text Example
Text Example
White with #32881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32881E; }
p { color: rgb(50,136,30); }
H1.HeaderClassName
{
color: #32881E;
}
.AnyTagClassName
{
color: #32881E;
}
</style>
background-color css
<style>
a { background-color: #32881E; }
a { background-color: rgb(50,136,30); }
div.DivClassName
{
background-color: #32881E;
}
.BgClassName
{
background-color: #32881E;
}
</style>
border-color css
<style>
span { border-color: #32881E; }
span { border-color: rgb(50,136,30); }
td.TdClassName
{
border-color: #32881E;
}
.TagClassName
{
border-color: #32881E;
}
</style>