Shades of Bilbao #348000
Tints of Bilbao #348000
RGB
CMYK
RGB Variations
Color information
#348000 (or 0x348000) is known color: Bilbao. HEX triplet: 34, 80 and 00. RGB value is (52,128,0). Sum of RGB (Red+Green+Blue) = 52+128+0=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #348000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348000 is #CB7FFF. Grayscale: #5B5B5B. Windows color (decimal): -13336576 or 32820. OLE color: 32820.
HSL color Cylindrical-coordinate representation of color #348000: hue angle of 95.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #348000 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.50 |
| HSL | 95.63º | 1% | 0.25% | - |
| HSV(B) | 95.63º | 1% | 0.5% | - |
| XYZ | 9.14 | 16.17 | 2.64 | - |
| YUV | 90.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 0 | 0.59 | 0 | 1 | 0.50 | 95.63 | 1 | 0.25 |
| Hex | 34 | 80 | 0 | 3B | 0 | 64 | 32 | 60 | 64 | 19 |
| Octal | 64 | 200 | 0 | 73 | 0 | 144 | 62 | 140 | 144 | 31 |
| Binary | 110100 | 10000000 | 0 | 111011 | 0 | 1100100 | 110010 | 1100000 | 1100100 | 11001 |
Color Harmonies of #348000
Complementary color
Monochromatic Colors of #348000
Black with #348000
Text Example
Text Example
White with #348000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348000; }
p { color: rgb(52,128,0); }
H1.HeaderClassName
{
color: #348000;
}
.AnyTagClassName
{
color: #348000;
}
</style>
background-color css
<style>
a { background-color: #348000; }
a { background-color: rgb(52,128,0); }
div.DivClassName
{
background-color: #348000;
}
.BgClassName
{
background-color: #348000;
}
</style>
border-color css
<style>
span { border-color: #348000; }
span { border-color: rgb(52,128,0); }
td.TdClassName
{
border-color: #348000;
}
.TagClassName
{
border-color: #348000;
}
</style>