Shades of Bilbao #32751F
Tints of Bilbao #32751F
RGB
CMYK
RGB Variations
Color information
#32751F (or 0x32751F) is known color: Bilbao. HEX triplet: 32, 75 and 1F. RGB value is (50,117,31). Sum of RGB (Red+Green+Blue) = 50+117+31=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #32751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32751F is #CD8AE0. Grayscale: #575757. Windows color (decimal): -13470433 or 2061618. OLE color: 2061618.
HSL color Cylindrical-coordinate representation of color #32751F: hue angle of 106.74º degrees, saturation: 0.58, 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 #32751F is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 117 | 31 | - |
| CMYK | 0.57 | 0 | 0.74 | 0.54 |
| HSL | 106.74º | 0.58% | 0.29% | - |
| HSV(B) | 106.74º | 0.74% | 0.46% | - |
| XYZ | 7.92 | 13.5 | 3.48 | - |
| YUV | 87.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 31 | 0.57 | 0 | 0.74 | 0.54 | 106.74 | 0.58 | 0.29 |
| Hex | 32 | 75 | 1F | 39 | 0 | 4A | 36 | 6B | 3A | 1D |
| Octal | 62 | 165 | 37 | 71 | 0 | 112 | 66 | 153 | 72 | 35 |
| Binary | 110010 | 1110101 | 11111 | 111001 | 0 | 1001010 | 110110 | 1101011 | 111010 | 11101 |
Color Harmonies of #32751F
Complementary color
Monochromatic Colors of #32751F
Black with #32751F
Text Example
Text Example
White with #32751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32751F; }
p { color: rgb(50,117,31); }
H1.HeaderClassName
{
color: #32751F;
}
.AnyTagClassName
{
color: #32751F;
}
</style>
background-color css
<style>
a { background-color: #32751F; }
a { background-color: rgb(50,117,31); }
div.DivClassName
{
background-color: #32751F;
}
.BgClassName
{
background-color: #32751F;
}
</style>
border-color css
<style>
span { border-color: #32751F; }
span { border-color: rgb(50,117,31); }
td.TdClassName
{
border-color: #32751F;
}
.TagClassName
{
border-color: #32751F;
}
</style>