Shades of Bilbao #327E1E
Tints of Bilbao #327E1E
RGB
CMYK
RGB Variations
Color information
#327E1E (or 0x327E1E) is known color: Bilbao. HEX triplet: 32, 7E and 1E. RGB value is (50,126,30). Sum of RGB (Red+Green+Blue) = 50+126+30=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #327E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327E1E is #CD81E1. Grayscale: #5C5C5C. Windows color (decimal): -13468130 or 1998386. OLE color: 1998386.
HSL color Cylindrical-coordinate representation of color #327E1E: hue angle of 107.5º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327E1E is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 126 | 30 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.51 |
| HSL | 107.5º | 0.62% | 0.31% | - |
| HSV(B) | 107.5º | 0.76% | 0.49% | - |
| XYZ | 9.01 | 15.69 | 3.78 | - |
| YUV | 92.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 30 | 0.60 | 0 | 0.76 | 0.51 | 107.5 | 0.62 | 0.31 |
| Hex | 32 | 7E | 1E | 3C | 0 | 4C | 33 | 6C | 3E | 1F |
| Octal | 62 | 176 | 36 | 74 | 0 | 114 | 63 | 154 | 76 | 37 |
| Binary | 110010 | 1111110 | 11110 | 111100 | 0 | 1001100 | 110011 | 1101100 | 111110 | 11111 |
Color Harmonies of #327E1E
Complementary color
Monochromatic Colors of #327E1E
Black with #327E1E
Text Example
Text Example
White with #327E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E1E; }
p { color: rgb(50,126,30); }
H1.HeaderClassName
{
color: #327E1E;
}
.AnyTagClassName
{
color: #327E1E;
}
</style>
background-color css
<style>
a { background-color: #327E1E; }
a { background-color: rgb(50,126,30); }
div.DivClassName
{
background-color: #327E1E;
}
.BgClassName
{
background-color: #327E1E;
}
</style>
border-color css
<style>
span { border-color: #327E1E; }
span { border-color: rgb(50,126,30); }
td.TdClassName
{
border-color: #327E1E;
}
.TagClassName
{
border-color: #327E1E;
}
</style>