Shades of Bilbao #358404
Tints of Bilbao #358404
RGB
CMYK
RGB Variations
Color information
#358404 (or 0x358404) is known color: Bilbao. HEX triplet: 35, 84 and 04. RGB value is (53,132,4). Sum of RGB (Red+Green+Blue) = 53+132+4=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #358404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358404 is #CA7BFB. Grayscale: #5E5E5E. Windows color (decimal): -13270012 or 295989. OLE color: 295989.
HSL color Cylindrical-coordinate representation of color #358404: hue angle of 97.03º 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 #358404 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 132 | 4 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.48 |
| HSL | 97.03º | 0.94% | 0.27% | - |
| HSV(B) | 97.03º | 0.97% | 0.52% | - |
| XYZ | 9.74 | 17.27 | 2.93 | - |
| YUV | 93.79 | 77.33 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 4 | 0.60 | 0 | 0.97 | 0.48 | 97.03 | 0.94 | 0.27 |
| Hex | 35 | 84 | 4 | 3C | 0 | 61 | 30 | 61 | 5E | 1B |
| Octal | 65 | 204 | 4 | 74 | 0 | 141 | 60 | 141 | 136 | 33 |
| Binary | 110101 | 10000100 | 100 | 111100 | 0 | 1100001 | 110000 | 1100001 | 1011110 | 11011 |
Color Harmonies of #358404
Complementary color
Monochromatic Colors of #358404
Black with #358404
Text Example
Text Example
White with #358404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358404; }
p { color: rgb(53,132,4); }
H1.HeaderClassName
{
color: #358404;
}
.AnyTagClassName
{
color: #358404;
}
</style>
background-color css
<style>
a { background-color: #358404; }
a { background-color: rgb(53,132,4); }
div.DivClassName
{
background-color: #358404;
}
.BgClassName
{
background-color: #358404;
}
</style>
border-color css
<style>
span { border-color: #358404; }
span { border-color: rgb(53,132,4); }
td.TdClassName
{
border-color: #358404;
}
.TagClassName
{
border-color: #358404;
}
</style>