Shades of Bilbao #32770D
Tints of Bilbao #32770D
RGB
CMYK
RGB Variations
Color information
#32770D (or 0x32770D) is known color: Bilbao. HEX triplet: 32, 77 and 0D. RGB value is (50,119,13). Sum of RGB (Red+Green+Blue) = 50+119+13=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #32770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32770D is #CD88F2. Grayscale: #565656. Windows color (decimal): -13469939 or 882482. OLE color: 882482.
HSL color Cylindrical-coordinate representation of color #32770D: hue angle of 99.06º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32770D is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 119 | 13 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.53 |
| HSL | 99.06º | 0.8% | 0.26% | - |
| HSV(B) | 99.06º | 0.89% | 0.47% | - |
| XYZ | 7.98 | 13.9 | 2.64 | - |
| YUV | 86.29 | 86.64 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 13 | 0.58 | 0 | 0.89 | 0.53 | 99.06 | 0.8 | 0.26 |
| Hex | 32 | 77 | D | 3A | 0 | 59 | 35 | 63 | 50 | 1A |
| Octal | 62 | 167 | 15 | 72 | 0 | 131 | 65 | 143 | 120 | 32 |
| Binary | 110010 | 1110111 | 1101 | 111010 | 0 | 1011001 | 110101 | 1100011 | 1010000 | 11010 |
Color Harmonies of #32770D
Complementary color
Monochromatic Colors of #32770D
Black with #32770D
Text Example
Text Example
White with #32770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32770D; }
p { color: rgb(50,119,13); }
H1.HeaderClassName
{
color: #32770D;
}
.AnyTagClassName
{
color: #32770D;
}
</style>
background-color css
<style>
a { background-color: #32770D; }
a { background-color: rgb(50,119,13); }
div.DivClassName
{
background-color: #32770D;
}
.BgClassName
{
background-color: #32770D;
}
</style>
border-color css
<style>
span { border-color: #32770D; }
span { border-color: rgb(50,119,13); }
td.TdClassName
{
border-color: #32770D;
}
.TagClassName
{
border-color: #32770D;
}
</style>