Shades of Bilbao #318221
Tints of Bilbao #318221
RGB
CMYK
RGB Variations
Color information
#318221 (or 0x318221) is known color: Bilbao. HEX triplet: 31, 82 and 21. RGB value is (49,130,33). Sum of RGB (Red+Green+Blue) = 49+130+33=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #318221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318221 is #CE7DDE. Grayscale: #5F5F5F. Windows color (decimal): -13532639 or 2196017. OLE color: 2196017.
HSL color Cylindrical-coordinate representation of color #318221: hue angle of 110.1º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318221 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 33 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.49 |
| HSL | 110.1º | 0.6% | 0.32% | - |
| HSV(B) | 110.1º | 0.75% | 0.51% | - |
| XYZ | 9.52 | 16.73 | 4.17 | - |
| YUV | 94.72 | 93.16 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 33 | 0.62 | 0 | 0.75 | 0.49 | 110.1 | 0.6 | 0.32 |
| Hex | 31 | 82 | 21 | 3E | 0 | 4B | 31 | 6E | 3C | 20 |
| Octal | 61 | 202 | 41 | 76 | 0 | 113 | 61 | 156 | 74 | 40 |
| Binary | 110001 | 10000010 | 100001 | 111110 | 0 | 1001011 | 110001 | 1101110 | 111100 | 100000 |
Color Harmonies of #318221
Complementary color
Monochromatic Colors of #318221
Black with #318221
Text Example
Text Example
White with #318221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318221; }
p { color: rgb(49,130,33); }
H1.HeaderClassName
{
color: #318221;
}
.AnyTagClassName
{
color: #318221;
}
</style>
background-color css
<style>
a { background-color: #318221; }
a { background-color: rgb(49,130,33); }
div.DivClassName
{
background-color: #318221;
}
.BgClassName
{
background-color: #318221;
}
</style>
border-color css
<style>
span { border-color: #318221; }
span { border-color: rgb(49,130,33); }
td.TdClassName
{
border-color: #318221;
}
.TagClassName
{
border-color: #318221;
}
</style>