Shades of Bilbao #338223
Tints of Bilbao #338223
RGB
CMYK
RGB Variations
Color information
#338223 (or 0x338223) is known color: Bilbao. HEX triplet: 33, 82 and 23. RGB value is (51,130,35). Sum of RGB (Red+Green+Blue) = 51+130+35=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #338223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338223 is #CC7DDC. Grayscale: #5F5F5F. Windows color (decimal): -13401565 or 2327091. OLE color: 2327091.
HSL color Cylindrical-coordinate representation of color #338223: hue angle of 109.89º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338223 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 130 | 35 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.49 |
| HSL | 109.89º | 0.58% | 0.32% | - |
| HSV(B) | 109.89º | 0.73% | 0.51% | - |
| XYZ | 9.65 | 16.79 | 4.32 | - |
| YUV | 95.55 | 93.83 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 35 | 0.61 | 0 | 0.73 | 0.49 | 109.89 | 0.58 | 0.32 |
| Hex | 33 | 82 | 23 | 3D | 0 | 49 | 31 | 6E | 3A | 20 |
| Octal | 63 | 202 | 43 | 75 | 0 | 111 | 61 | 156 | 72 | 40 |
| Binary | 110011 | 10000010 | 100011 | 111101 | 0 | 1001001 | 110001 | 1101110 | 111010 | 100000 |
Color Harmonies of #338223
Complementary color
Monochromatic Colors of #338223
Black with #338223
Text Example
Text Example
White with #338223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338223; }
p { color: rgb(51,130,35); }
H1.HeaderClassName
{
color: #338223;
}
.AnyTagClassName
{
color: #338223;
}
</style>
background-color css
<style>
a { background-color: #338223; }
a { background-color: rgb(51,130,35); }
div.DivClassName
{
background-color: #338223;
}
.BgClassName
{
background-color: #338223;
}
</style>
border-color css
<style>
span { border-color: #338223; }
span { border-color: rgb(51,130,35); }
td.TdClassName
{
border-color: #338223;
}
.TagClassName
{
border-color: #338223;
}
</style>