Shades of Bilbao #348A0F
Tints of Bilbao #348A0F
RGB
CMYK
RGB Variations
Color information
#348A0F (or 0x348A0F) is known color: Bilbao. HEX triplet: 34, 8A and 0F. RGB value is (52,138,15). Sum of RGB (Red+Green+Blue) = 52+138+15=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #348A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A0F is #CB75F0. Grayscale: #626262. Windows color (decimal): -13334001 or 1018420. OLE color: 1018420.
HSL color Cylindrical-coordinate representation of color #348A0F: hue angle of 101.95º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #348A0F is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 15 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.46 |
| HSL | 101.95º | 0.8% | 0.3% | - |
| HSV(B) | 101.95º | 0.89% | 0.54% | - |
| XYZ | 10.59 | 18.94 | 3.55 | - |
| YUV | 98.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 15 | 0.62 | 0 | 0.89 | 0.46 | 101.95 | 0.8 | 0.3 |
| Hex | 34 | 8A | F | 3E | 0 | 59 | 2E | 66 | 50 | 1E |
| Octal | 64 | 212 | 17 | 76 | 0 | 131 | 56 | 146 | 120 | 36 |
| Binary | 110100 | 10001010 | 1111 | 111110 | 0 | 1011001 | 101110 | 1100110 | 1010000 | 11110 |
Color Harmonies of #348A0F
Complementary color
Monochromatic Colors of #348A0F
Black with #348A0F
Text Example
Text Example
White with #348A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A0F; }
p { color: rgb(52,138,15); }
H1.HeaderClassName
{
color: #348A0F;
}
.AnyTagClassName
{
color: #348A0F;
}
</style>
background-color css
<style>
a { background-color: #348A0F; }
a { background-color: rgb(52,138,15); }
div.DivClassName
{
background-color: #348A0F;
}
.BgClassName
{
background-color: #348A0F;
}
</style>
border-color css
<style>
span { border-color: #348A0F; }
span { border-color: rgb(52,138,15); }
td.TdClassName
{
border-color: #348A0F;
}
.TagClassName
{
border-color: #348A0F;
}
</style>