Shades of Bilbao #32750A
Tints of Bilbao #32750A
RGB
CMYK
RGB Variations
Color information
#32750A (or 0x32750A) is known color: Bilbao. HEX triplet: 32, 75 and 0A. RGB value is (50,117,10). Sum of RGB (Red+Green+Blue) = 50+117+10=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #32750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32750A is #CD8AF5. Grayscale: #555555. Windows color (decimal): -13470454 or 685362. OLE color: 685362.
HSL color Cylindrical-coordinate representation of color #32750A: hue angle of 97.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32750A is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 10 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.54 |
| HSL | 97.57º | 0.84% | 0.25% | - |
| HSV(B) | 97.57º | 0.91% | 0.46% | - |
| XYZ | 7.73 | 13.42 | 2.47 | - |
| YUV | 84.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 10 | 0.57 | 0 | 0.91 | 0.54 | 97.57 | 0.84 | 0.25 |
| Hex | 32 | 75 | A | 39 | 0 | 5B | 36 | 62 | 54 | 19 |
| Octal | 62 | 165 | 12 | 71 | 0 | 133 | 66 | 142 | 124 | 31 |
| Binary | 110010 | 1110101 | 1010 | 111001 | 0 | 1011011 | 110110 | 1100010 | 1010100 | 11001 |
Color Harmonies of #32750A
Complementary color
Monochromatic Colors of #32750A
Black with #32750A
Text Example
Text Example
White with #32750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32750A; }
p { color: rgb(50,117,10); }
H1.HeaderClassName
{
color: #32750A;
}
.AnyTagClassName
{
color: #32750A;
}
</style>
background-color css
<style>
a { background-color: #32750A; }
a { background-color: rgb(50,117,10); }
div.DivClassName
{
background-color: #32750A;
}
.BgClassName
{
background-color: #32750A;
}
</style>
border-color css
<style>
span { border-color: #32750A; }
span { border-color: rgb(50,117,10); }
td.TdClassName
{
border-color: #32750A;
}
.TagClassName
{
border-color: #32750A;
}
</style>