Shades of Bilbao #428404
Tints of Bilbao #428404
RGB
CMYK
RGB Variations
Color information
#428404 (or 0x428404) is known color: Bilbao. HEX triplet: 42, 84 and 04. RGB value is (66,132,4). Sum of RGB (Red+Green+Blue) = 66+132+4=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #428404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428404 is #BD7BFB. Grayscale: #626262. Windows color (decimal): -12418044 or 296002. OLE color: 296002.
HSL color Cylindrical-coordinate representation of color #428404: hue angle of 90.94º 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 #428404 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 4 | - |
| CMYK | 0.5 | 0 | 0.97 | 0.48 |
| HSL | 90.94º | 0.94% | 0.27% | - |
| HSV(B) | 90.94º | 0.97% | 0.52% | - |
| XYZ | 10.52 | 17.67 | 2.97 | - |
| YUV | 97.67 | 75.13 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 4 | 0.5 | 0 | 0.97 | 0.48 | 90.94 | 0.94 | 0.27 |
| Hex | 42 | 84 | 4 | 32 | 0 | 61 | 30 | 5B | 5E | 1B |
| Octal | 102 | 204 | 4 | 62 | 0 | 141 | 60 | 133 | 136 | 33 |
| Binary | 1000010 | 10000100 | 100 | 110010 | 0 | 1100001 | 110000 | 1011011 | 1011110 | 11011 |
Color Harmonies of #428404
Complementary color
Monochromatic Colors of #428404
Black with #428404
Text Example
Text Example
White with #428404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428404; }
p { color: rgb(66,132,4); }
H1.HeaderClassName
{
color: #428404;
}
.AnyTagClassName
{
color: #428404;
}
</style>
background-color css
<style>
a { background-color: #428404; }
a { background-color: rgb(66,132,4); }
div.DivClassName
{
background-color: #428404;
}
.BgClassName
{
background-color: #428404;
}
</style>
border-color css
<style>
span { border-color: #428404; }
span { border-color: rgb(66,132,4); }
td.TdClassName
{
border-color: #428404;
}
.TagClassName
{
border-color: #428404;
}
</style>