Shades of Bilbao #348215
Tints of Bilbao #348215
RGB
CMYK
RGB Variations
Color information
#348215 (or 0x348215) is known color: Bilbao. HEX triplet: 34, 82 and 15. RGB value is (52,130,21). Sum of RGB (Red+Green+Blue) = 52+130+21=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #348215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348215 is #CB7DEA. Grayscale: #5E5E5E. Windows color (decimal): -13336043 or 1409588. OLE color: 1409588.
HSL color Cylindrical-coordinate representation of color #348215: hue angle of 102.94º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #348215 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 21 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.49 |
| HSL | 102.94º | 0.72% | 0.3% | - |
| HSV(B) | 102.94º | 0.84% | 0.51% | - |
| XYZ | 9.53 | 16.75 | 3.44 | - |
| YUV | 94.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 21 | 0.60 | 0 | 0.84 | 0.49 | 102.94 | 0.72 | 0.3 |
| Hex | 34 | 82 | 15 | 3C | 0 | 54 | 31 | 67 | 48 | 1E |
| Octal | 64 | 202 | 25 | 74 | 0 | 124 | 61 | 147 | 110 | 36 |
| Binary | 110100 | 10000010 | 10101 | 111100 | 0 | 1010100 | 110001 | 1100111 | 1001000 | 11110 |
Color Harmonies of #348215
Complementary color
Monochromatic Colors of #348215
Black with #348215
Text Example
Text Example
White with #348215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348215; }
p { color: rgb(52,130,21); }
H1.HeaderClassName
{
color: #348215;
}
.AnyTagClassName
{
color: #348215;
}
</style>
background-color css
<style>
a { background-color: #348215; }
a { background-color: rgb(52,130,21); }
div.DivClassName
{
background-color: #348215;
}
.BgClassName
{
background-color: #348215;
}
</style>
border-color css
<style>
span { border-color: #348215; }
span { border-color: rgb(52,130,21); }
td.TdClassName
{
border-color: #348215;
}
.TagClassName
{
border-color: #348215;
}
</style>