Shades of Bilbao #428B04
Tints of Bilbao #428B04
RGB
CMYK
RGB Variations
Color information
#428B04 (or 0x428B04) is known color: Bilbao. HEX triplet: 42, 8B and 04. RGB value is (66,139,4). Sum of RGB (Red+Green+Blue) = 66+139+4=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 139 (54.69% from 255 or 66.51% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 139 - color contains mainly: green. Hex color #428B04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428B04 is #BD74FB. Grayscale: #666666. Windows color (decimal): -12416252 or 297794. OLE color: 297794.
HSL color Cylindrical-coordinate representation of color #428B04: hue angle of 92.44º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #428B04 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 139 | 4 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.45 |
| HSL | 92.44º | 0.94% | 0.28% | - |
| HSV(B) | 92.44º | 0.97% | 0.55% | - |
| XYZ | 11.5 | 19.63 | 3.3 | - |
| YUV | 101.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 4 | 0.53 | 0 | 0.97 | 0.45 | 92.44 | 0.94 | 0.28 |
| Hex | 42 | 8B | 4 | 35 | 0 | 61 | 2D | 5C | 5E | 1C |
| Octal | 102 | 213 | 4 | 65 | 0 | 141 | 55 | 134 | 136 | 34 |
| Binary | 1000010 | 10001011 | 100 | 110101 | 0 | 1100001 | 101101 | 1011100 | 1011110 | 11100 |
Color Harmonies of #428B04
Complementary color
Monochromatic Colors of #428B04
Black with #428B04
Text Example
Text Example
White with #428B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428B04; }
p { color: rgb(66,139,4); }
H1.HeaderClassName
{
color: #428B04;
}
.AnyTagClassName
{
color: #428B04;
}
</style>
background-color css
<style>
a { background-color: #428B04; }
a { background-color: rgb(66,139,4); }
div.DivClassName
{
background-color: #428B04;
}
.BgClassName
{
background-color: #428B04;
}
</style>
border-color css
<style>
span { border-color: #428B04; }
span { border-color: rgb(66,139,4); }
td.TdClassName
{
border-color: #428B04;
}
.TagClassName
{
border-color: #428B04;
}
</style>