Shades of Bilbao #338221
Tints of Bilbao #338221
RGB
CMYK
RGB Variations
Color information
#338221 (or 0x338221) is known color: Bilbao. HEX triplet: 33, 82 and 21. RGB value is (51,130,33). Sum of RGB (Red+Green+Blue) = 51+130+33=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #338221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338221 is #CC7DDE. Grayscale: #5F5F5F. Windows color (decimal): -13401567 or 2196019. OLE color: 2196019.
HSL color Cylindrical-coordinate representation of color #338221: hue angle of 108.87º 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 #338221 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 33 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.49 |
| HSL | 108.87º | 0.6% | 0.32% | - |
| HSV(B) | 108.87º | 0.75% | 0.51% | - |
| XYZ | 9.62 | 16.78 | 4.17 | - |
| YUV | 95.32 | 92.83 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 33 | 0.61 | 0 | 0.75 | 0.49 | 108.87 | 0.6 | 0.32 |
| Hex | 33 | 82 | 21 | 3D | 0 | 4B | 31 | 6D | 3C | 20 |
| Octal | 63 | 202 | 41 | 75 | 0 | 113 | 61 | 155 | 74 | 40 |
| Binary | 110011 | 10000010 | 100001 | 111101 | 0 | 1001011 | 110001 | 1101101 | 111100 | 100000 |
Color Harmonies of #338221
Complementary color
Monochromatic Colors of #338221
Black with #338221
Text Example
Text Example
White with #338221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338221; }
p { color: rgb(51,130,33); }
H1.HeaderClassName
{
color: #338221;
}
.AnyTagClassName
{
color: #338221;
}
</style>
background-color css
<style>
a { background-color: #338221; }
a { background-color: rgb(51,130,33); }
div.DivClassName
{
background-color: #338221;
}
.BgClassName
{
background-color: #338221;
}
</style>
border-color css
<style>
span { border-color: #338221; }
span { border-color: rgb(51,130,33); }
td.TdClassName
{
border-color: #338221;
}
.TagClassName
{
border-color: #338221;
}
</style>