Shades of Bilbao #32750D
Tints of Bilbao #32750D
RGB
CMYK
RGB Variations
Color information
#32750D (or 0x32750D) is known color: Bilbao. HEX triplet: 32, 75 and 0D. RGB value is (50,117,13). Sum of RGB (Red+Green+Blue) = 50+117+13=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #32750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32750D is #CD8AF2. Grayscale: #555555. Windows color (decimal): -13470451 or 881970. OLE color: 881970.
HSL color Cylindrical-coordinate representation of color #32750D: hue angle of 98.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32750D is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 13 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.54 |
| HSL | 98.65º | 0.8% | 0.25% | - |
| HSV(B) | 98.65º | 0.89% | 0.46% | - |
| XYZ | 7.75 | 13.43 | 2.56 | - |
| YUV | 85.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 13 | 0.57 | 0 | 0.89 | 0.54 | 98.65 | 0.8 | 0.25 |
| Hex | 32 | 75 | D | 39 | 0 | 59 | 36 | 63 | 50 | 19 |
| Octal | 62 | 165 | 15 | 71 | 0 | 131 | 66 | 143 | 120 | 31 |
| Binary | 110010 | 1110101 | 1101 | 111001 | 0 | 1011001 | 110110 | 1100011 | 1010000 | 11001 |
Color Harmonies of #32750D
Complementary color
Monochromatic Colors of #32750D
Black with #32750D
Text Example
Text Example
White with #32750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32750D; }
p { color: rgb(50,117,13); }
H1.HeaderClassName
{
color: #32750D;
}
.AnyTagClassName
{
color: #32750D;
}
</style>
background-color css
<style>
a { background-color: #32750D; }
a { background-color: rgb(50,117,13); }
div.DivClassName
{
background-color: #32750D;
}
.BgClassName
{
background-color: #32750D;
}
</style>
border-color css
<style>
span { border-color: #32750D; }
span { border-color: rgb(50,117,13); }
td.TdClassName
{
border-color: #32750D;
}
.TagClassName
{
border-color: #32750D;
}
</style>