Shades of Bilbao #338220
Tints of Bilbao #338220
RGB
CMYK
RGB Variations
Color information
#338220 (or 0x338220) is known color: Bilbao. HEX triplet: 33, 82 and 20. RGB value is (51,130,32). Sum of RGB (Red+Green+Blue) = 51+130+32=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #338220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338220 is #CC7DDF. Grayscale: #5F5F5F. Windows color (decimal): -13401568 or 2130483. OLE color: 2130483.
HSL color Cylindrical-coordinate representation of color #338220: hue angle of 108.37º 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 #338220 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 32 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.49 |
| HSL | 108.37º | 0.6% | 0.32% | - |
| HSV(B) | 108.37º | 0.75% | 0.51% | - |
| XYZ | 9.61 | 16.77 | 4.1 | - |
| YUV | 95.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 32 | 0.61 | 0 | 0.75 | 0.49 | 108.37 | 0.6 | 0.32 |
| Hex | 33 | 82 | 20 | 3D | 0 | 4B | 31 | 6C | 3C | 20 |
| Octal | 63 | 202 | 40 | 75 | 0 | 113 | 61 | 154 | 74 | 40 |
| Binary | 110011 | 10000010 | 100000 | 111101 | 0 | 1001011 | 110001 | 1101100 | 111100 | 100000 |
Color Harmonies of #338220
Complementary color
Monochromatic Colors of #338220
Black with #338220
Text Example
Text Example
White with #338220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338220; }
p { color: rgb(51,130,32); }
H1.HeaderClassName
{
color: #338220;
}
.AnyTagClassName
{
color: #338220;
}
</style>
background-color css
<style>
a { background-color: #338220; }
a { background-color: rgb(51,130,32); }
div.DivClassName
{
background-color: #338220;
}
.BgClassName
{
background-color: #338220;
}
</style>
border-color css
<style>
span { border-color: #338220; }
span { border-color: rgb(51,130,32); }
td.TdClassName
{
border-color: #338220;
}
.TagClassName
{
border-color: #338220;
}
</style>