Shades of Bilbao #32832A
Tints of Bilbao #32832A
RGB
CMYK
RGB Variations
Color information
#32832A (or 0x32832A) is known color: Bilbao. HEX triplet: 32, 83 and 2A. RGB value is (50,131,42). Sum of RGB (Red+Green+Blue) = 50+131+42=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #32832A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32832A is #CD7CD5. Grayscale: #606060. Windows color (decimal): -13466838 or 2786098. OLE color: 2786098.
HSL color Cylindrical-coordinate representation of color #32832A: hue angle of 114.61º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32832A is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 42 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.49 |
| HSL | 114.61º | 0.51% | 0.34% | - |
| HSV(B) | 114.61º | 0.68% | 0.51% | - |
| XYZ | 9.85 | 17.08 | 4.97 | - |
| YUV | 96.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 42 | 0.62 | 0 | 0.68 | 0.49 | 114.61 | 0.51 | 0.34 |
| Hex | 32 | 83 | 2A | 3E | 0 | 44 | 31 | 73 | 33 | 22 |
| Octal | 62 | 203 | 52 | 76 | 0 | 104 | 61 | 163 | 63 | 42 |
| Binary | 110010 | 10000011 | 101010 | 111110 | 0 | 1000100 | 110001 | 1110011 | 110011 | 100010 |
Color Harmonies of #32832A
Complementary color
Monochromatic Colors of #32832A
Black with #32832A
Text Example
Text Example
White with #32832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32832A; }
p { color: rgb(50,131,42); }
H1.HeaderClassName
{
color: #32832A;
}
.AnyTagClassName
{
color: #32832A;
}
</style>
background-color css
<style>
a { background-color: #32832A; }
a { background-color: rgb(50,131,42); }
div.DivClassName
{
background-color: #32832A;
}
.BgClassName
{
background-color: #32832A;
}
</style>
border-color css
<style>
span { border-color: #32832A; }
span { border-color: rgb(50,131,42); }
td.TdClassName
{
border-color: #32832A;
}
.TagClassName
{
border-color: #32832A;
}
</style>