Shades of Bilbao #327D12
Tints of Bilbao #327D12
RGB
CMYK
RGB Variations
Color information
#327D12 (or 0x327D12) is known color: Bilbao. HEX triplet: 32, 7D and 12. RGB value is (50,125,18). Sum of RGB (Red+Green+Blue) = 50+125+18=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 125 (49.22% from 255 or 64.77% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 125 - color contains mainly: green. Hex color #327D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D12 is #CD82ED. Grayscale: #5A5A5A. Windows color (decimal): -13468398 or 1211698. OLE color: 1211698.
HSL color Cylindrical-coordinate representation of color #327D12: hue angle of 102.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #327D12 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 18 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.51 |
| HSL | 102.06º | 0.75% | 0.28% | - |
| HSV(B) | 102.06º | 0.86% | 0.49% | - |
| XYZ | 8.76 | 15.39 | 3.08 | - |
| YUV | 90.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 18 | 0.60 | 0 | 0.86 | 0.51 | 102.06 | 0.75 | 0.28 |
| Hex | 32 | 7D | 12 | 3C | 0 | 56 | 33 | 66 | 4B | 1C |
| Octal | 62 | 175 | 22 | 74 | 0 | 126 | 63 | 146 | 113 | 34 |
| Binary | 110010 | 1111101 | 10010 | 111100 | 0 | 1010110 | 110011 | 1100110 | 1001011 | 11100 |
Color Harmonies of #327D12
Complementary color
Monochromatic Colors of #327D12
Black with #327D12
Text Example
Text Example
White with #327D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D12; }
p { color: rgb(50,125,18); }
H1.HeaderClassName
{
color: #327D12;
}
.AnyTagClassName
{
color: #327D12;
}
</style>
background-color css
<style>
a { background-color: #327D12; }
a { background-color: rgb(50,125,18); }
div.DivClassName
{
background-color: #327D12;
}
.BgClassName
{
background-color: #327D12;
}
</style>
border-color css
<style>
span { border-color: #327D12; }
span { border-color: rgb(50,125,18); }
td.TdClassName
{
border-color: #327D12;
}
.TagClassName
{
border-color: #327D12;
}
</style>