Shades of Bilbao #348221
Tints of Bilbao #348221
RGB
CMYK
RGB Variations
Color information
#348221 (or 0x348221) is known color: Bilbao. HEX triplet: 34, 82 and 21. RGB value is (52,130,33). Sum of RGB (Red+Green+Blue) = 52+130+33=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #348221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348221 is #CB7DDE. Grayscale: #5F5F5F. Windows color (decimal): -13336031 or 2196020. OLE color: 2196020.
HSL color Cylindrical-coordinate representation of color #348221: hue angle of 108.25º 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 #348221 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 33 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.49 |
| HSL | 108.25º | 0.6% | 0.32% | - |
| HSV(B) | 108.25º | 0.75% | 0.51% | - |
| XYZ | 9.67 | 16.81 | 4.17 | - |
| YUV | 95.62 | 92.66 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 33 | 0.60 | 0 | 0.75 | 0.49 | 108.25 | 0.6 | 0.32 |
| Hex | 34 | 82 | 21 | 3C | 0 | 4B | 31 | 6C | 3C | 20 |
| Octal | 64 | 202 | 41 | 74 | 0 | 113 | 61 | 154 | 74 | 40 |
| Binary | 110100 | 10000010 | 100001 | 111100 | 0 | 1001011 | 110001 | 1101100 | 111100 | 100000 |
Color Harmonies of #348221
Complementary color
Monochromatic Colors of #348221
Black with #348221
Text Example
Text Example
White with #348221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348221; }
p { color: rgb(52,130,33); }
H1.HeaderClassName
{
color: #348221;
}
.AnyTagClassName
{
color: #348221;
}
</style>
background-color css
<style>
a { background-color: #348221; }
a { background-color: rgb(52,130,33); }
div.DivClassName
{
background-color: #348221;
}
.BgClassName
{
background-color: #348221;
}
</style>
border-color css
<style>
span { border-color: #348221; }
span { border-color: rgb(52,130,33); }
td.TdClassName
{
border-color: #348221;
}
.TagClassName
{
border-color: #348221;
}
</style>