Shades of Bilbao #348C17
Tints of Bilbao #348C17
RGB
CMYK
RGB Variations
Color information
#348C17 (or 0x348C17) is known color: Bilbao. HEX triplet: 34, 8C and 17. RGB value is (52,140,23). Sum of RGB (Red+Green+Blue) = 52+140+23=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #348C17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348C17 is #CB73E8. Grayscale: #646464. Windows color (decimal): -13333481 or 1543220. OLE color: 1543220.
HSL color Cylindrical-coordinate representation of color #348C17: hue angle of 105.13º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #348C17 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 140 | 23 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.45 |
| HSL | 105.13º | 0.72% | 0.32% | - |
| HSV(B) | 105.13º | 0.84% | 0.55% | - |
| XYZ | 10.95 | 19.55 | 4.01 | - |
| YUV | 100.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 23 | 0.63 | 0 | 0.84 | 0.45 | 105.13 | 0.72 | 0.32 |
| Hex | 34 | 8C | 17 | 3F | 0 | 54 | 2D | 69 | 48 | 20 |
| Octal | 64 | 214 | 27 | 77 | 0 | 124 | 55 | 151 | 110 | 40 |
| Binary | 110100 | 10001100 | 10111 | 111111 | 0 | 1010100 | 101101 | 1101001 | 1001000 | 100000 |
Color Harmonies of #348C17
Complementary color
Monochromatic Colors of #348C17
Black with #348C17
Text Example
Text Example
White with #348C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348C17; }
p { color: rgb(52,140,23); }
H1.HeaderClassName
{
color: #348C17;
}
.AnyTagClassName
{
color: #348C17;
}
</style>
background-color css
<style>
a { background-color: #348C17; }
a { background-color: rgb(52,140,23); }
div.DivClassName
{
background-color: #348C17;
}
.BgClassName
{
background-color: #348C17;
}
</style>
border-color css
<style>
span { border-color: #348C17; }
span { border-color: rgb(52,140,23); }
td.TdClassName
{
border-color: #348C17;
}
.TagClassName
{
border-color: #348C17;
}
</style>