Shades of Bilbao #32740A
Tints of Bilbao #32740A
RGB
CMYK
RGB Variations
Color information
#32740A (or 0x32740A) is known color: Bilbao. HEX triplet: 32, 74 and 0A. RGB value is (50,116,10). Sum of RGB (Red+Green+Blue) = 50+116+10=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #32740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32740A is #CD8BF5. Grayscale: #545454. Windows color (decimal): -13470710 or 685106. OLE color: 685106.
HSL color Cylindrical-coordinate representation of color #32740A: hue angle of 97.36º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32740A is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 10 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.55 |
| HSL | 97.36º | 0.84% | 0.25% | - |
| HSV(B) | 97.36º | 0.91% | 0.45% | - |
| XYZ | 7.62 | 13.19 | 2.43 | - |
| YUV | 84.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 10 | 0.57 | 0 | 0.91 | 0.55 | 97.36 | 0.84 | 0.25 |
| Hex | 32 | 74 | A | 39 | 0 | 5B | 37 | 61 | 54 | 19 |
| Octal | 62 | 164 | 12 | 71 | 0 | 133 | 67 | 141 | 124 | 31 |
| Binary | 110010 | 1110100 | 1010 | 111001 | 0 | 1011011 | 110111 | 1100001 | 1010100 | 11001 |
Color Harmonies of #32740A
Complementary color
Monochromatic Colors of #32740A
Black with #32740A
Text Example
Text Example
White with #32740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32740A; }
p { color: rgb(50,116,10); }
H1.HeaderClassName
{
color: #32740A;
}
.AnyTagClassName
{
color: #32740A;
}
</style>
background-color css
<style>
a { background-color: #32740A; }
a { background-color: rgb(50,116,10); }
div.DivClassName
{
background-color: #32740A;
}
.BgClassName
{
background-color: #32740A;
}
</style>
border-color css
<style>
span { border-color: #32740A; }
span { border-color: rgb(50,116,10); }
td.TdClassName
{
border-color: #32740A;
}
.TagClassName
{
border-color: #32740A;
}
</style>