Shades of Bilbao #348F0E
Tints of Bilbao #348F0E
RGB
CMYK
RGB Variations
Color information
#348F0E (or 0x348F0E) is known color: Bilbao. HEX triplet: 34, 8F and 0E. RGB value is (52,143,14). Sum of RGB (Red+Green+Blue) = 52+143+14=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 143 (56.25% from 255 or 68.42% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 143 - color contains mainly: green. Hex color #348F0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348F0E is #CB70F1. Grayscale: #656565. Windows color (decimal): -13332722 or 954164. OLE color: 954164.
HSL color Cylindrical-coordinate representation of color #348F0E: hue angle of 102.33º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #348F0E is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 14 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.44 |
| HSL | 102.33º | 0.82% | 0.31% | - |
| HSV(B) | 102.33º | 0.9% | 0.56% | - |
| XYZ | 11.32 | 20.41 | 3.76 | - |
| YUV | 101.09 | 78.85 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 14 | 0.64 | 0 | 0.90 | 0.44 | 102.33 | 0.82 | 0.31 |
| Hex | 34 | 8F | E | 40 | 0 | 5A | 2C | 66 | 52 | 1F |
| Octal | 64 | 217 | 16 | 100 | 0 | 132 | 54 | 146 | 122 | 37 |
| Binary | 110100 | 10001111 | 1110 | 1000000 | 0 | 1011010 | 101100 | 1100110 | 1010010 | 11111 |
Color Harmonies of #348F0E
Complementary color
Monochromatic Colors of #348F0E
Black with #348F0E
Text Example
Text Example
White with #348F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F0E; }
p { color: rgb(52,143,14); }
H1.HeaderClassName
{
color: #348F0E;
}
.AnyTagClassName
{
color: #348F0E;
}
</style>
background-color css
<style>
a { background-color: #348F0E; }
a { background-color: rgb(52,143,14); }
div.DivClassName
{
background-color: #348F0E;
}
.BgClassName
{
background-color: #348F0E;
}
</style>
border-color css
<style>
span { border-color: #348F0E; }
span { border-color: rgb(52,143,14); }
td.TdClassName
{
border-color: #348F0E;
}
.TagClassName
{
border-color: #348F0E;
}
</style>