Shades of Bilbao #348F10
Tints of Bilbao #348F10
RGB
CMYK
RGB Variations
Color information
#348F10 (or 0x348F10) is known color: Bilbao. HEX triplet: 34, 8F and 10. RGB value is (52,143,16). Sum of RGB (Red+Green+Blue) = 52+143+16=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 143 (56.25% from 255 or 67.77% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 143 - color contains mainly: green. Hex color #348F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348F10 is #CB70EF. Grayscale: #656565. Windows color (decimal): -13332720 or 1085236. OLE color: 1085236.
HSL color Cylindrical-coordinate representation of color #348F10: hue angle of 102.99º 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 #348F10 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 16 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.44 |
| HSL | 102.99º | 0.8% | 0.31% | - |
| HSV(B) | 102.99º | 0.89% | 0.56% | - |
| XYZ | 11.33 | 20.41 | 3.83 | - |
| YUV | 101.31 | 79.85 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 16 | 0.64 | 0 | 0.89 | 0.44 | 102.99 | 0.8 | 0.31 |
| Hex | 34 | 8F | 10 | 40 | 0 | 59 | 2C | 67 | 50 | 1F |
| Octal | 64 | 217 | 20 | 100 | 0 | 131 | 54 | 147 | 120 | 37 |
| Binary | 110100 | 10001111 | 10000 | 1000000 | 0 | 1011001 | 101100 | 1100111 | 1010000 | 11111 |
Color Harmonies of #348F10
Complementary color
Monochromatic Colors of #348F10
Black with #348F10
Text Example
Text Example
White with #348F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F10; }
p { color: rgb(52,143,16); }
H1.HeaderClassName
{
color: #348F10;
}
.AnyTagClassName
{
color: #348F10;
}
</style>
background-color css
<style>
a { background-color: #348F10; }
a { background-color: rgb(52,143,16); }
div.DivClassName
{
background-color: #348F10;
}
.BgClassName
{
background-color: #348F10;
}
</style>
border-color css
<style>
span { border-color: #348F10; }
span { border-color: rgb(52,143,16); }
td.TdClassName
{
border-color: #348F10;
}
.TagClassName
{
border-color: #348F10;
}
</style>