Shades of Bilbao #32852A
Tints of Bilbao #32852A
RGB
CMYK
RGB Variations
Color information
#32852A (or 0x32852A) is known color: Bilbao. HEX triplet: 32, 85 and 2A. RGB value is (50,133,42). Sum of RGB (Red+Green+Blue) = 50+133+42=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #32852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32852A is #CD7AD5. Grayscale: #626262. Windows color (decimal): -13466326 or 2786610. OLE color: 2786610.
HSL color Cylindrical-coordinate representation of color #32852A: hue angle of 114.73º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32852A is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 42 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.48 |
| HSL | 114.73º | 0.52% | 0.34% | - |
| HSV(B) | 114.73º | 0.68% | 0.52% | - |
| XYZ | 10.12 | 17.62 | 5.06 | - |
| YUV | 97.81 | 96.5 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 42 | 0.62 | 0 | 0.68 | 0.48 | 114.73 | 0.52 | 0.34 |
| Hex | 32 | 85 | 2A | 3E | 0 | 44 | 30 | 73 | 34 | 22 |
| Octal | 62 | 205 | 52 | 76 | 0 | 104 | 60 | 163 | 64 | 42 |
| Binary | 110010 | 10000101 | 101010 | 111110 | 0 | 1000100 | 110000 | 1110011 | 110100 | 100010 |
Color Harmonies of #32852A
Complementary color
Monochromatic Colors of #32852A
Black with #32852A
Text Example
Text Example
White with #32852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32852A; }
p { color: rgb(50,133,42); }
H1.HeaderClassName
{
color: #32852A;
}
.AnyTagClassName
{
color: #32852A;
}
</style>
background-color css
<style>
a { background-color: #32852A; }
a { background-color: rgb(50,133,42); }
div.DivClassName
{
background-color: #32852A;
}
.BgClassName
{
background-color: #32852A;
}
</style>
border-color css
<style>
span { border-color: #32852A; }
span { border-color: rgb(50,133,42); }
td.TdClassName
{
border-color: #32852A;
}
.TagClassName
{
border-color: #32852A;
}
</style>