Shades of Bilbao #428303
Tints of Bilbao #428303
RGB
CMYK
RGB Variations
Color information
#428303 (or 0x428303) is known color: Bilbao. HEX triplet: 42, 83 and 03. RGB value is (66,131,3). Sum of RGB (Red+Green+Blue) = 66+131+3=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #428303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428303 is #BD7CFC. Grayscale: #616161. Windows color (decimal): -12418301 or 230210. OLE color: 230210.
HSL color Cylindrical-coordinate representation of color #428303: hue angle of 90.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #428303 is Cyan = 0.50, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 131 | 3 | - |
| CMYK | 0.50 | 0 | 0.98 | 0.49 |
| HSL | 90.47º | 0.96% | 0.26% | - |
| HSV(B) | 90.47º | 0.98% | 0.51% | - |
| XYZ | 10.38 | 17.4 | 2.9 | - |
| YUV | 96.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 3 | 0.50 | 0 | 0.98 | 0.49 | 90.47 | 0.96 | 0.26 |
| Hex | 42 | 83 | 3 | 32 | 0 | 62 | 31 | 5A | 60 | 1A |
| Octal | 102 | 203 | 3 | 62 | 0 | 142 | 61 | 132 | 140 | 32 |
| Binary | 1000010 | 10000011 | 11 | 110010 | 0 | 1100010 | 110001 | 1011010 | 1100000 | 11010 |
Color Harmonies of #428303
Complementary color
Monochromatic Colors of #428303
Black with #428303
Text Example
Text Example
White with #428303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428303; }
p { color: rgb(66,131,3); }
H1.HeaderClassName
{
color: #428303;
}
.AnyTagClassName
{
color: #428303;
}
</style>
background-color css
<style>
a { background-color: #428303; }
a { background-color: rgb(66,131,3); }
div.DivClassName
{
background-color: #428303;
}
.BgClassName
{
background-color: #428303;
}
</style>
border-color css
<style>
span { border-color: #428303; }
span { border-color: rgb(66,131,3); }
td.TdClassName
{
border-color: #428303;
}
.TagClassName
{
border-color: #428303;
}
</style>