Shades of Bilbao #32741D
Tints of Bilbao #32741D
RGB
CMYK
RGB Variations
Color information
#32741D (or 0x32741D) is known color: Bilbao. HEX triplet: 32, 74 and 1D. RGB value is (50,116,29). Sum of RGB (Red+Green+Blue) = 50+116+29=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #32741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32741D is #CD8BE2. Grayscale: #565656. Windows color (decimal): -13470691 or 1930290. OLE color: 1930290.
HSL color Cylindrical-coordinate representation of color #32741D: hue angle of 105.52º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32741D is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 29 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.55 |
| HSL | 105.52º | 0.6% | 0.28% | - |
| HSV(B) | 105.52º | 0.75% | 0.45% | - |
| XYZ | 7.78 | 13.26 | 3.31 | - |
| YUV | 86.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 29 | 0.57 | 0 | 0.75 | 0.55 | 105.52 | 0.6 | 0.28 |
| Hex | 32 | 74 | 1D | 39 | 0 | 4B | 37 | 6A | 3C | 1C |
| Octal | 62 | 164 | 35 | 71 | 0 | 113 | 67 | 152 | 74 | 34 |
| Binary | 110010 | 1110100 | 11101 | 111001 | 0 | 1001011 | 110111 | 1101010 | 111100 | 11100 |
Color Harmonies of #32741D
Complementary color
Monochromatic Colors of #32741D
Black with #32741D
Text Example
Text Example
White with #32741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32741D; }
p { color: rgb(50,116,29); }
H1.HeaderClassName
{
color: #32741D;
}
.AnyTagClassName
{
color: #32741D;
}
</style>
background-color css
<style>
a { background-color: #32741D; }
a { background-color: rgb(50,116,29); }
div.DivClassName
{
background-color: #32741D;
}
.BgClassName
{
background-color: #32741D;
}
</style>
border-color css
<style>
span { border-color: #32741D; }
span { border-color: rgb(50,116,29); }
td.TdClassName
{
border-color: #32741D;
}
.TagClassName
{
border-color: #32741D;
}
</style>