Shades of Bilbao #428803
Tints of Bilbao #428803
RGB
CMYK
RGB Variations
Color information
#428803 (or 0x428803) is known color: Bilbao. HEX triplet: 42, 88 and 03. RGB value is (66,136,3). Sum of RGB (Red+Green+Blue) = 66+136+3=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #428803 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428803 is #BD77FC. Grayscale: #646464. Windows color (decimal): -12417021 or 231490. OLE color: 231490.
HSL color Cylindrical-coordinate representation of color #428803: hue angle of 91.58º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #428803 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 3 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.47 |
| HSL | 91.58º | 0.96% | 0.27% | - |
| HSV(B) | 91.58º | 0.98% | 0.53% | - |
| XYZ | 11.07 | 18.77 | 3.13 | - |
| YUV | 99.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 3 | 0.51 | 0 | 0.98 | 0.47 | 91.58 | 0.96 | 0.27 |
| Hex | 42 | 88 | 3 | 33 | 0 | 62 | 2F | 5C | 60 | 1B |
| Octal | 102 | 210 | 3 | 63 | 0 | 142 | 57 | 134 | 140 | 33 |
| Binary | 1000010 | 10001000 | 11 | 110011 | 0 | 1100010 | 101111 | 1011100 | 1100000 | 11011 |
Color Harmonies of #428803
Complementary color
Monochromatic Colors of #428803
Black with #428803
Text Example
Text Example
White with #428803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428803; }
p { color: rgb(66,136,3); }
H1.HeaderClassName
{
color: #428803;
}
.AnyTagClassName
{
color: #428803;
}
</style>
background-color css
<style>
a { background-color: #428803; }
a { background-color: rgb(66,136,3); }
div.DivClassName
{
background-color: #428803;
}
.BgClassName
{
background-color: #428803;
}
</style>
border-color css
<style>
span { border-color: #428803; }
span { border-color: rgb(66,136,3); }
td.TdClassName
{
border-color: #428803;
}
.TagClassName
{
border-color: #428803;
}
</style>