Shades of Bilbao #32760A
Tints of Bilbao #32760A
RGB
CMYK
RGB Variations
Color information
#32760A (or 0x32760A) is known color: Bilbao. HEX triplet: 32, 76 and 0A. RGB value is (50,118,10). Sum of RGB (Red+Green+Blue) = 50+118+10=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #32760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32760A is #CD89F5. Grayscale: #555555. Windows color (decimal): -13470198 or 685618. OLE color: 685618.
HSL color Cylindrical-coordinate representation of color #32760A: hue angle of 97.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32760A is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 118 | 10 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.54 |
| HSL | 97.78º | 0.84% | 0.25% | - |
| HSV(B) | 97.78º | 0.92% | 0.46% | - |
| XYZ | 7.85 | 13.66 | 2.51 | - |
| YUV | 85.36 | 85.47 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 10 | 0.58 | 0 | 0.92 | 0.54 | 97.78 | 0.84 | 0.25 |
| Hex | 32 | 76 | A | 3A | 0 | 5C | 36 | 62 | 54 | 19 |
| Octal | 62 | 166 | 12 | 72 | 0 | 134 | 66 | 142 | 124 | 31 |
| Binary | 110010 | 1110110 | 1010 | 111010 | 0 | 1011100 | 110110 | 1100010 | 1010100 | 11001 |
Color Harmonies of #32760A
Complementary color
Monochromatic Colors of #32760A
Black with #32760A
Text Example
Text Example
White with #32760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32760A; }
p { color: rgb(50,118,10); }
H1.HeaderClassName
{
color: #32760A;
}
.AnyTagClassName
{
color: #32760A;
}
</style>
background-color css
<style>
a { background-color: #32760A; }
a { background-color: rgb(50,118,10); }
div.DivClassName
{
background-color: #32760A;
}
.BgClassName
{
background-color: #32760A;
}
</style>
border-color css
<style>
span { border-color: #32760A; }
span { border-color: rgb(50,118,10); }
td.TdClassName
{
border-color: #32760A;
}
.TagClassName
{
border-color: #32760A;
}
</style>