Shades of Bilbao #348404
Tints of Bilbao #348404
RGB
CMYK
RGB Variations
Color information
#348404 (or 0x348404) is known color: Bilbao. HEX triplet: 34, 84 and 04. RGB value is (52,132,4). Sum of RGB (Red+Green+Blue) = 52+132+4=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 132 (51.95% from 255 or 70.21% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 132 - color contains mainly: green. Hex color #348404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348404 is #CB7BFB. Grayscale: #5D5D5D. Windows color (decimal): -13335548 or 295988. OLE color: 295988.
HSL color Cylindrical-coordinate representation of color #348404: hue angle of 97.5º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #348404 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 4 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.48 |
| HSL | 97.5º | 0.94% | 0.27% | - |
| HSV(B) | 97.5º | 0.97% | 0.52% | - |
| XYZ | 9.69 | 17.24 | 2.93 | - |
| YUV | 93.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 4 | 0.61 | 0 | 0.97 | 0.48 | 97.5 | 0.94 | 0.27 |
| Hex | 34 | 84 | 4 | 3D | 0 | 61 | 30 | 62 | 5E | 1B |
| Octal | 64 | 204 | 4 | 75 | 0 | 141 | 60 | 142 | 136 | 33 |
| Binary | 110100 | 10000100 | 100 | 111101 | 0 | 1100001 | 110000 | 1100010 | 1011110 | 11011 |
Color Harmonies of #348404
Complementary color
Monochromatic Colors of #348404
Black with #348404
Text Example
Text Example
White with #348404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348404; }
p { color: rgb(52,132,4); }
H1.HeaderClassName
{
color: #348404;
}
.AnyTagClassName
{
color: #348404;
}
</style>
background-color css
<style>
a { background-color: #348404; }
a { background-color: rgb(52,132,4); }
div.DivClassName
{
background-color: #348404;
}
.BgClassName
{
background-color: #348404;
}
</style>
border-color css
<style>
span { border-color: #348404; }
span { border-color: rgb(52,132,4); }
td.TdClassName
{
border-color: #348404;
}
.TagClassName
{
border-color: #348404;
}
</style>