Shades of Bilbao #32751E
Tints of Bilbao #32751E
RGB
CMYK
RGB Variations
Color information
#32751E (or 0x32751E) is known color: Bilbao. HEX triplet: 32, 75 and 1E. RGB value is (50,117,30). Sum of RGB (Red+Green+Blue) = 50+117+30=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #32751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32751E is #CD8AE1. Grayscale: #575757. Windows color (decimal): -13470434 or 1996082. OLE color: 1996082.
HSL color Cylindrical-coordinate representation of color #32751E: hue angle of 106.21º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32751E is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 30 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.54 |
| HSL | 106.21º | 0.59% | 0.29% | - |
| HSV(B) | 106.21º | 0.74% | 0.46% | - |
| XYZ | 7.91 | 13.49 | 3.42 | - |
| YUV | 87.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 30 | 0.57 | 0 | 0.74 | 0.54 | 106.21 | 0.59 | 0.29 |
| Hex | 32 | 75 | 1E | 39 | 0 | 4A | 36 | 6A | 3B | 1D |
| Octal | 62 | 165 | 36 | 71 | 0 | 112 | 66 | 152 | 73 | 35 |
| Binary | 110010 | 1110101 | 11110 | 111001 | 0 | 1001010 | 110110 | 1101010 | 111011 | 11101 |
Color Harmonies of #32751E
Complementary color
Monochromatic Colors of #32751E
Black with #32751E
Text Example
Text Example
White with #32751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32751E; }
p { color: rgb(50,117,30); }
H1.HeaderClassName
{
color: #32751E;
}
.AnyTagClassName
{
color: #32751E;
}
</style>
background-color css
<style>
a { background-color: #32751E; }
a { background-color: rgb(50,117,30); }
div.DivClassName
{
background-color: #32751E;
}
.BgClassName
{
background-color: #32751E;
}
</style>
border-color css
<style>
span { border-color: #32751E; }
span { border-color: rgb(50,117,30); }
td.TdClassName
{
border-color: #32751E;
}
.TagClassName
{
border-color: #32751E;
}
</style>