Shades of Bilbao #348B23
Tints of Bilbao #348B23
RGB
CMYK
RGB Variations
Color information
#348B23 (or 0x348B23) is known color: Bilbao. HEX triplet: 34, 8B and 23. RGB value is (52,139,35). Sum of RGB (Red+Green+Blue) = 52+139+35=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #348B23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B23 is #CB74DC. Grayscale: #656565. Windows color (decimal): -13333725 or 2329396. OLE color: 2329396.
HSL color Cylindrical-coordinate representation of color #348B23: hue angle of 110.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348B23 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 35 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.45 |
| HSL | 110.19º | 0.6% | 0.34% | - |
| HSV(B) | 110.19º | 0.75% | 0.55% | - |
| XYZ | 10.95 | 19.32 | 4.74 | - |
| YUV | 101.13 | 90.68 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 35 | 0.63 | 0 | 0.75 | 0.45 | 110.19 | 0.6 | 0.34 |
| Hex | 34 | 8B | 23 | 3F | 0 | 4B | 2D | 6E | 3C | 22 |
| Octal | 64 | 213 | 43 | 77 | 0 | 113 | 55 | 156 | 74 | 42 |
| Binary | 110100 | 10001011 | 100011 | 111111 | 0 | 1001011 | 101101 | 1101110 | 111100 | 100010 |
Color Harmonies of #348B23
Complementary color
Monochromatic Colors of #348B23
Black with #348B23
Text Example
Text Example
White with #348B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B23; }
p { color: rgb(52,139,35); }
H1.HeaderClassName
{
color: #348B23;
}
.AnyTagClassName
{
color: #348B23;
}
</style>
background-color css
<style>
a { background-color: #348B23; }
a { background-color: rgb(52,139,35); }
div.DivClassName
{
background-color: #348B23;
}
.BgClassName
{
background-color: #348B23;
}
</style>
border-color css
<style>
span { border-color: #348B23; }
span { border-color: rgb(52,139,35); }
td.TdClassName
{
border-color: #348B23;
}
.TagClassName
{
border-color: #348B23;
}
</style>