Shades of Bilbao #378404
Tints of Bilbao #378404
RGB
CMYK
RGB Variations
Color information
#378404 (or 0x378404) is known color: Bilbao. HEX triplet: 37, 84 and 04. RGB value is (55,132,4). Sum of RGB (Red+Green+Blue) = 55+132+4=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 132 (51.95% from 255 or 69.11% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 132 - color contains mainly: green. Hex color #378404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378404 is #C87BFB. Grayscale: #5E5E5E. Windows color (decimal): -13138940 or 295991. OLE color: 295991.
HSL color Cylindrical-coordinate representation of color #378404: hue angle of 96.09º 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 #378404 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 132 | 4 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.48 |
| HSL | 96.09º | 0.94% | 0.27% | - |
| HSV(B) | 96.09º | 0.97% | 0.52% | - |
| XYZ | 9.85 | 17.32 | 2.94 | - |
| YUV | 94.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 132 | 4 | 0.58 | 0 | 0.97 | 0.48 | 96.09 | 0.94 | 0.27 |
| Hex | 37 | 84 | 4 | 3A | 0 | 61 | 30 | 60 | 5E | 1B |
| Octal | 67 | 204 | 4 | 72 | 0 | 141 | 60 | 140 | 136 | 33 |
| Binary | 110111 | 10000100 | 100 | 111010 | 0 | 1100001 | 110000 | 1100000 | 1011110 | 11011 |
Color Harmonies of #378404
Complementary color
Monochromatic Colors of #378404
Black with #378404
Text Example
Text Example
White with #378404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378404; }
p { color: rgb(55,132,4); }
H1.HeaderClassName
{
color: #378404;
}
.AnyTagClassName
{
color: #378404;
}
</style>
background-color css
<style>
a { background-color: #378404; }
a { background-color: rgb(55,132,4); }
div.DivClassName
{
background-color: #378404;
}
.BgClassName
{
background-color: #378404;
}
</style>
border-color css
<style>
span { border-color: #378404; }
span { border-color: rgb(55,132,4); }
td.TdClassName
{
border-color: #378404;
}
.TagClassName
{
border-color: #378404;
}
</style>