Shades of Bilbao #348E10
Tints of Bilbao #348E10
RGB
CMYK
RGB Variations
Color information
#348E10 (or 0x348E10) is known color: Bilbao. HEX triplet: 34, 8E and 10. RGB value is (52,142,16). Sum of RGB (Red+Green+Blue) = 52+142+16=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #348E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348E10 is #CB71EF. Grayscale: #656565. Windows color (decimal): -13332976 or 1084980. OLE color: 1084980.
HSL color Cylindrical-coordinate representation of color #348E10: hue angle of 102.86º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #348E10 is Cyan = 0.63, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 16 | - |
| CMYK | 0.63 | 0 | 0.89 | 0.44 |
| HSL | 102.86º | 0.8% | 0.31% | - |
| HSV(B) | 102.86º | 0.89% | 0.56% | - |
| XYZ | 11.18 | 20.11 | 3.78 | - |
| YUV | 100.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 16 | 0.63 | 0 | 0.89 | 0.44 | 102.86 | 0.8 | 0.31 |
| Hex | 34 | 8E | 10 | 3F | 0 | 59 | 2C | 67 | 50 | 1F |
| Octal | 64 | 216 | 20 | 77 | 0 | 131 | 54 | 147 | 120 | 37 |
| Binary | 110100 | 10001110 | 10000 | 111111 | 0 | 1011001 | 101100 | 1100111 | 1010000 | 11111 |
Color Harmonies of #348E10
Complementary color
Monochromatic Colors of #348E10
Black with #348E10
Text Example
Text Example
White with #348E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E10; }
p { color: rgb(52,142,16); }
H1.HeaderClassName
{
color: #348E10;
}
.AnyTagClassName
{
color: #348E10;
}
</style>
background-color css
<style>
a { background-color: #348E10; }
a { background-color: rgb(52,142,16); }
div.DivClassName
{
background-color: #348E10;
}
.BgClassName
{
background-color: #348E10;
}
</style>
border-color css
<style>
span { border-color: #348E10; }
span { border-color: rgb(52,142,16); }
td.TdClassName
{
border-color: #348E10;
}
.TagClassName
{
border-color: #348E10;
}
</style>