Shades of Bilbao #32841D
Tints of Bilbao #32841D
RGB
CMYK
RGB Variations
Color information
#32841D (or 0x32841D) is known color: Bilbao. HEX triplet: 32, 84 and 1D. RGB value is (50,132,29). Sum of RGB (Red+Green+Blue) = 50+132+29=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #32841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32841D is #CD7BE2. Grayscale: #606060. Windows color (decimal): -13466595 or 1934386. OLE color: 1934386.
HSL color Cylindrical-coordinate representation of color #32841D: hue angle of 107.77º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32841D is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 29 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.48 |
| HSL | 107.77º | 0.64% | 0.32% | - |
| HSV(B) | 107.77º | 0.78% | 0.52% | - |
| XYZ | 9.79 | 17.27 | 3.98 | - |
| YUV | 95.74 | 90.33 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 29 | 0.62 | 0 | 0.78 | 0.48 | 107.77 | 0.64 | 0.32 |
| Hex | 32 | 84 | 1D | 3E | 0 | 4E | 30 | 6C | 40 | 20 |
| Octal | 62 | 204 | 35 | 76 | 0 | 116 | 60 | 154 | 100 | 40 |
| Binary | 110010 | 10000100 | 11101 | 111110 | 0 | 1001110 | 110000 | 1101100 | 1000000 | 100000 |
Color Harmonies of #32841D
Complementary color
Monochromatic Colors of #32841D
Black with #32841D
Text Example
Text Example
White with #32841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32841D; }
p { color: rgb(50,132,29); }
H1.HeaderClassName
{
color: #32841D;
}
.AnyTagClassName
{
color: #32841D;
}
</style>
background-color css
<style>
a { background-color: #32841D; }
a { background-color: rgb(50,132,29); }
div.DivClassName
{
background-color: #32841D;
}
.BgClassName
{
background-color: #32841D;
}
</style>
border-color css
<style>
span { border-color: #32841D; }
span { border-color: rgb(50,132,29); }
td.TdClassName
{
border-color: #32841D;
}
.TagClassName
{
border-color: #32841D;
}
</style>