Shades of Bilbao #428800
Tints of Bilbao #428800
RGB
CMYK
RGB Variations
Color information
#428800 (or 0x428800) is known color: Bilbao. HEX triplet: 42, 88 and 00. RGB value is (66,136,0). Sum of RGB (Red+Green+Blue) = 66+136+0=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #428800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428800 is #BD77FF. Grayscale: #646464. Windows color (decimal): -12417024 or 34882. OLE color: 34882.
HSL color Cylindrical-coordinate representation of color #428800: hue angle of 90.88º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #428800 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.47 |
| HSL | 90.88º | 1% | 0.27% | - |
| HSV(B) | 90.88º | 1% | 0.53% | - |
| XYZ | 11.05 | 18.77 | 3.04 | - |
| YUV | 99.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 0 | 0.51 | 0 | 1 | 0.47 | 90.88 | 1 | 0.27 |
| Hex | 42 | 88 | 0 | 33 | 0 | 64 | 2F | 5B | 64 | 1B |
| Octal | 102 | 210 | 0 | 63 | 0 | 144 | 57 | 133 | 144 | 33 |
| Binary | 1000010 | 10001000 | 0 | 110011 | 0 | 1100100 | 101111 | 1011011 | 1100100 | 11011 |
Color Harmonies of #428800
Complementary color
Monochromatic Colors of #428800
Black with #428800
Text Example
Text Example
White with #428800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428800; }
p { color: rgb(66,136,0); }
H1.HeaderClassName
{
color: #428800;
}
.AnyTagClassName
{
color: #428800;
}
</style>
background-color css
<style>
a { background-color: #428800; }
a { background-color: rgb(66,136,0); }
div.DivClassName
{
background-color: #428800;
}
.BgClassName
{
background-color: #428800;
}
</style>
border-color css
<style>
span { border-color: #428800; }
span { border-color: rgb(66,136,0); }
td.TdClassName
{
border-color: #428800;
}
.TagClassName
{
border-color: #428800;
}
</style>