Shades of Bilbao #348204
Tints of Bilbao #348204
RGB
CMYK
RGB Variations
Color information
#348204 (or 0x348204) is known color: Bilbao. HEX triplet: 34, 82 and 04. RGB value is (52,130,4). Sum of RGB (Red+Green+Blue) = 52+130+4=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #348204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348204 is #CB7DFB. Grayscale: #5C5C5C. Windows color (decimal): -13336060 or 295476. OLE color: 295476.
HSL color Cylindrical-coordinate representation of color #348204: hue angle of 97.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #348204 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 4 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.49 |
| HSL | 97.14º | 0.94% | 0.26% | - |
| HSV(B) | 97.14º | 0.97% | 0.51% | - |
| XYZ | 9.42 | 16.7 | 2.84 | - |
| YUV | 92.31 | 78.16 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 4 | 0.60 | 0 | 0.97 | 0.49 | 97.14 | 0.94 | 0.26 |
| Hex | 34 | 82 | 4 | 3C | 0 | 61 | 31 | 61 | 5E | 1A |
| Octal | 64 | 202 | 4 | 74 | 0 | 141 | 61 | 141 | 136 | 32 |
| Binary | 110100 | 10000010 | 100 | 111100 | 0 | 1100001 | 110001 | 1100001 | 1011110 | 11010 |
Color Harmonies of #348204
Complementary color
Monochromatic Colors of #348204
Black with #348204
Text Example
Text Example
White with #348204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348204; }
p { color: rgb(52,130,4); }
H1.HeaderClassName
{
color: #348204;
}
.AnyTagClassName
{
color: #348204;
}
</style>
background-color css
<style>
a { background-color: #348204; }
a { background-color: rgb(52,130,4); }
div.DivClassName
{
background-color: #348204;
}
.BgClassName
{
background-color: #348204;
}
</style>
border-color css
<style>
span { border-color: #348204; }
span { border-color: rgb(52,130,4); }
td.TdClassName
{
border-color: #348204;
}
.TagClassName
{
border-color: #348204;
}
</style>