Shades of Bilbao #327D13
Tints of Bilbao #327D13
RGB
CMYK
RGB Variations
Color information
#327D13 (or 0x327D13) is known color: Bilbao. HEX triplet: 32, 7D and 13. RGB value is (50,125,19). Sum of RGB (Red+Green+Blue) = 50+125+19=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 125 (49.22% from 255 or 64.43% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 125 - color contains mainly: green. Hex color #327D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D13 is #CD82EC. Grayscale: #5A5A5A. Windows color (decimal): -13468397 or 1277234. OLE color: 1277234.
HSL color Cylindrical-coordinate representation of color #327D13: hue angle of 102.45º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #327D13 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 19 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.51 |
| HSL | 102.45º | 0.74% | 0.28% | - |
| HSV(B) | 102.45º | 0.85% | 0.49% | - |
| XYZ | 8.77 | 15.39 | 3.13 | - |
| YUV | 90.49 | 87.65 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 19 | 0.60 | 0 | 0.85 | 0.51 | 102.45 | 0.74 | 0.28 |
| Hex | 32 | 7D | 13 | 3C | 0 | 55 | 33 | 66 | 4A | 1C |
| Octal | 62 | 175 | 23 | 74 | 0 | 125 | 63 | 146 | 112 | 34 |
| Binary | 110010 | 1111101 | 10011 | 111100 | 0 | 1010101 | 110011 | 1100110 | 1001010 | 11100 |
Color Harmonies of #327D13
Complementary color
Monochromatic Colors of #327D13
Black with #327D13
Text Example
Text Example
White with #327D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D13; }
p { color: rgb(50,125,19); }
H1.HeaderClassName
{
color: #327D13;
}
.AnyTagClassName
{
color: #327D13;
}
</style>
background-color css
<style>
a { background-color: #327D13; }
a { background-color: rgb(50,125,19); }
div.DivClassName
{
background-color: #327D13;
}
.BgClassName
{
background-color: #327D13;
}
</style>
border-color css
<style>
span { border-color: #327D13; }
span { border-color: rgb(50,125,19); }
td.TdClassName
{
border-color: #327D13;
}
.TagClassName
{
border-color: #327D13;
}
</style>