Shades of Bilbao #428C00
Tints of Bilbao #428C00
RGB
CMYK
RGB Variations
Color information
#428C00 (or 0x428C00) is known color: Bilbao. HEX triplet: 42, 8C and 00. RGB value is (66,140,0). Sum of RGB (Red+Green+Blue) = 66+140+0=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 140 (55.08% from 255 or 67.96% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 140 - color contains mainly: green. Hex color #428C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428C00 is #BD73FF. Grayscale: #666666. Windows color (decimal): -12416000 or 35906. OLE color: 35906.
HSL color Cylindrical-coordinate representation of color #428C00: hue angle of 91.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #428C00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.45 |
| HSL | 91.71º | 1% | 0.27% | - |
| HSV(B) | 91.71º | 1% | 0.55% | - |
| XYZ | 11.62 | 19.91 | 3.23 | - |
| YUV | 101.91 | 70.48 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 0 | 0.53 | 0 | 1 | 0.45 | 91.71 | 1 | 0.27 |
| Hex | 42 | 8C | 0 | 35 | 0 | 64 | 2D | 5C | 64 | 1B |
| Octal | 102 | 214 | 0 | 65 | 0 | 144 | 55 | 134 | 144 | 33 |
| Binary | 1000010 | 10001100 | 0 | 110101 | 0 | 1100100 | 101101 | 1011100 | 1100100 | 11011 |
Color Harmonies of #428C00
Complementary color
Monochromatic Colors of #428C00
Black with #428C00
Text Example
Text Example
White with #428C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C00; }
p { color: rgb(66,140,0); }
H1.HeaderClassName
{
color: #428C00;
}
.AnyTagClassName
{
color: #428C00;
}
</style>
background-color css
<style>
a { background-color: #428C00; }
a { background-color: rgb(66,140,0); }
div.DivClassName
{
background-color: #428C00;
}
.BgClassName
{
background-color: #428C00;
}
</style>
border-color css
<style>
span { border-color: #428C00; }
span { border-color: rgb(66,140,0); }
td.TdClassName
{
border-color: #428C00;
}
.TagClassName
{
border-color: #428C00;
}
</style>