Shades of Bilbao #32741B
Tints of Bilbao #32741B
RGB
CMYK
RGB Variations
Color information
#32741B (or 0x32741B) is known color: Bilbao. HEX triplet: 32, 74 and 1B. RGB value is (50,116,27). Sum of RGB (Red+Green+Blue) = 50+116+27=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 116 (45.70% from 255 or 60.10% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 116 - color contains mainly: green. Hex color #32741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32741B is #CD8BE4. Grayscale: #565656. Windows color (decimal): -13470693 or 1799218. OLE color: 1799218.
HSL color Cylindrical-coordinate representation of color #32741B: hue angle of 104.49º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32741B is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 27 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.55 |
| HSL | 104.49º | 0.62% | 0.28% | - |
| HSV(B) | 104.49º | 0.77% | 0.45% | - |
| XYZ | 7.76 | 13.25 | 3.19 | - |
| YUV | 86.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 27 | 0.57 | 0 | 0.77 | 0.55 | 104.49 | 0.62 | 0.28 |
| Hex | 32 | 74 | 1B | 39 | 0 | 4D | 37 | 68 | 3E | 1C |
| Octal | 62 | 164 | 33 | 71 | 0 | 115 | 67 | 150 | 76 | 34 |
| Binary | 110010 | 1110100 | 11011 | 111001 | 0 | 1001101 | 110111 | 1101000 | 111110 | 11100 |
Color Harmonies of #32741B
Complementary color
Monochromatic Colors of #32741B
Black with #32741B
Text Example
Text Example
White with #32741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32741B; }
p { color: rgb(50,116,27); }
H1.HeaderClassName
{
color: #32741B;
}
.AnyTagClassName
{
color: #32741B;
}
</style>
background-color css
<style>
a { background-color: #32741B; }
a { background-color: rgb(50,116,27); }
div.DivClassName
{
background-color: #32741B;
}
.BgClassName
{
background-color: #32741B;
}
</style>
border-color css
<style>
span { border-color: #32741B; }
span { border-color: rgb(50,116,27); }
td.TdClassName
{
border-color: #32741B;
}
.TagClassName
{
border-color: #32741B;
}
</style>