Shades of Bilbao #348211
Tints of Bilbao #348211
RGB
CMYK
RGB Variations
Color information
#348211 (or 0x348211) is known color: Bilbao. HEX triplet: 34, 82 and 11. RGB value is (52,130,17). Sum of RGB (Red+Green+Blue) = 52+130+17=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #348211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348211 is #CB7DEE. Grayscale: #5E5E5E. Windows color (decimal): -13336047 or 1147444. OLE color: 1147444.
HSL color Cylindrical-coordinate representation of color #348211: hue angle of 101.42º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #348211 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 17 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.49 |
| HSL | 101.42º | 0.77% | 0.29% | - |
| HSV(B) | 101.42º | 0.87% | 0.51% | - |
| XYZ | 9.5 | 16.74 | 3.26 | - |
| YUV | 93.8 | 84.66 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 17 | 0.60 | 0 | 0.87 | 0.49 | 101.42 | 0.77 | 0.29 |
| Hex | 34 | 82 | 11 | 3C | 0 | 57 | 31 | 65 | 4D | 1D |
| Octal | 64 | 202 | 21 | 74 | 0 | 127 | 61 | 145 | 115 | 35 |
| Binary | 110100 | 10000010 | 10001 | 111100 | 0 | 1010111 | 110001 | 1100101 | 1001101 | 11101 |
Color Harmonies of #348211
Complementary color
Monochromatic Colors of #348211
Black with #348211
Text Example
Text Example
White with #348211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348211; }
p { color: rgb(52,130,17); }
H1.HeaderClassName
{
color: #348211;
}
.AnyTagClassName
{
color: #348211;
}
</style>
background-color css
<style>
a { background-color: #348211; }
a { background-color: rgb(52,130,17); }
div.DivClassName
{
background-color: #348211;
}
.BgClassName
{
background-color: #348211;
}
</style>
border-color css
<style>
span { border-color: #348211; }
span { border-color: rgb(52,130,17); }
td.TdClassName
{
border-color: #348211;
}
.TagClassName
{
border-color: #348211;
}
</style>