Shades of Bilbao #32820E
Tints of Bilbao #32820E
RGB
CMYK
RGB Variations
Color information
#32820E (or 0x32820E) is known color: Bilbao. HEX triplet: 32, 82 and 0E. RGB value is (50,130,14). Sum of RGB (Red+Green+Blue) = 50+130+14=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #32820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32820E is #CD7DF1. Grayscale: #5D5D5D. Windows color (decimal): -13467122 or 950834. OLE color: 950834.
HSL color Cylindrical-coordinate representation of color #32820E: hue angle of 101.38º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32820E is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 14 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.49 |
| HSL | 101.38º | 0.81% | 0.28% | - |
| HSV(B) | 101.38º | 0.89% | 0.51% | - |
| XYZ | 9.38 | 16.68 | 3.14 | - |
| YUV | 92.86 | 83.5 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 14 | 0.62 | 0 | 0.89 | 0.49 | 101.38 | 0.81 | 0.28 |
| Hex | 32 | 82 | E | 3E | 0 | 59 | 31 | 65 | 51 | 1C |
| Octal | 62 | 202 | 16 | 76 | 0 | 131 | 61 | 145 | 121 | 34 |
| Binary | 110010 | 10000010 | 1110 | 111110 | 0 | 1011001 | 110001 | 1100101 | 1010001 | 11100 |
Color Harmonies of #32820E
Complementary color
Monochromatic Colors of #32820E
Black with #32820E
Text Example
Text Example
White with #32820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32820E; }
p { color: rgb(50,130,14); }
H1.HeaderClassName
{
color: #32820E;
}
.AnyTagClassName
{
color: #32820E;
}
</style>
background-color css
<style>
a { background-color: #32820E; }
a { background-color: rgb(50,130,14); }
div.DivClassName
{
background-color: #32820E;
}
.BgClassName
{
background-color: #32820E;
}
</style>
border-color css
<style>
span { border-color: #32820E; }
span { border-color: rgb(50,130,14); }
td.TdClassName
{
border-color: #32820E;
}
.TagClassName
{
border-color: #32820E;
}
</style>