Shades of Bilbao #348B09
Tints of Bilbao #348B09
RGB
CMYK
RGB Variations
Color information
#348B09 (or 0x348B09) is known color: Bilbao. HEX triplet: 34, 8B and 09. RGB value is (52,139,9). Sum of RGB (Red+Green+Blue) = 52+139+9=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #348B09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348B09 is #CB74F6. Grayscale: #626262. Windows color (decimal): -13333751 or 625460. OLE color: 625460.
HSL color Cylindrical-coordinate representation of color #348B09: hue angle of 100.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #348B09 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 9 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.45 |
| HSL | 100.15º | 0.88% | 0.29% | - |
| HSV(B) | 100.15º | 0.94% | 0.55% | - |
| XYZ | 10.7 | 19.22 | 3.4 | - |
| YUV | 98.17 | 77.68 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 9 | 0.63 | 0 | 0.94 | 0.45 | 100.15 | 0.88 | 0.29 |
| Hex | 34 | 8B | 9 | 3F | 0 | 5E | 2D | 64 | 58 | 1D |
| Octal | 64 | 213 | 11 | 77 | 0 | 136 | 55 | 144 | 130 | 35 |
| Binary | 110100 | 10001011 | 1001 | 111111 | 0 | 1011110 | 101101 | 1100100 | 1011000 | 11101 |
Color Harmonies of #348B09
Complementary color
Monochromatic Colors of #348B09
Black with #348B09
Text Example
Text Example
White with #348B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B09; }
p { color: rgb(52,139,9); }
H1.HeaderClassName
{
color: #348B09;
}
.AnyTagClassName
{
color: #348B09;
}
</style>
background-color css
<style>
a { background-color: #348B09; }
a { background-color: rgb(52,139,9); }
div.DivClassName
{
background-color: #348B09;
}
.BgClassName
{
background-color: #348B09;
}
</style>
border-color css
<style>
span { border-color: #348B09; }
span { border-color: rgb(52,139,9); }
td.TdClassName
{
border-color: #348B09;
}
.TagClassName
{
border-color: #348B09;
}
</style>