Shades of Bilbao #348E15
Tints of Bilbao #348E15
RGB
CMYK
RGB Variations
Color information
#348E15 (or 0x348E15) is known color: Bilbao. HEX triplet: 34, 8E and 15. RGB value is (52,142,21). Sum of RGB (Red+Green+Blue) = 52+142+21=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #348E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E15 is #CB71EA. Grayscale: #656565. Windows color (decimal): -13332971 or 1412660. OLE color: 1412660.
HSL color Cylindrical-coordinate representation of color #348E15: hue angle of 104.63º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #348E15 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 21 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.44 |
| HSL | 104.63º | 0.74% | 0.32% | - |
| HSV(B) | 104.63º | 0.85% | 0.56% | - |
| XYZ | 11.22 | 20.13 | 4 | - |
| YUV | 101.3 | 82.68 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 21 | 0.63 | 0 | 0.85 | 0.44 | 104.63 | 0.74 | 0.32 |
| Hex | 34 | 8E | 15 | 3F | 0 | 55 | 2C | 69 | 4A | 20 |
| Octal | 64 | 216 | 25 | 77 | 0 | 125 | 54 | 151 | 112 | 40 |
| Binary | 110100 | 10001110 | 10101 | 111111 | 0 | 1010101 | 101100 | 1101001 | 1001010 | 100000 |
Color Harmonies of #348E15
Complementary color
Monochromatic Colors of #348E15
Black with #348E15
Text Example
Text Example
White with #348E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E15; }
p { color: rgb(52,142,21); }
H1.HeaderClassName
{
color: #348E15;
}
.AnyTagClassName
{
color: #348E15;
}
</style>
background-color css
<style>
a { background-color: #348E15; }
a { background-color: rgb(52,142,21); }
div.DivClassName
{
background-color: #348E15;
}
.BgClassName
{
background-color: #348E15;
}
</style>
border-color css
<style>
span { border-color: #348E15; }
span { border-color: rgb(52,142,21); }
td.TdClassName
{
border-color: #348E15;
}
.TagClassName
{
border-color: #348E15;
}
</style>