Shades of Bilbao #428103
Tints of Bilbao #428103
RGB
CMYK
RGB Variations
Color information
#428103 (or 0x428103) is known color: Bilbao. HEX triplet: 42, 81 and 03. RGB value is (66,129,3). Sum of RGB (Red+Green+Blue) = 66+129+3=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #428103 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428103 is #BD7EFC. Grayscale: #606060. Windows color (decimal): -12418813 or 229698. OLE color: 229698.
HSL color Cylindrical-coordinate representation of color #428103: hue angle of 90º degrees, saturation: 0.95, 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 #428103 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.49 |
| HSL | 90º | 0.95% | 0.26% | - |
| HSV(B) | 90º | 0.98% | 0.51% | - |
| XYZ | 10.11 | 16.87 | 2.81 | - |
| YUV | 95.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 3 | 0.49 | 0 | 0.98 | 0.49 | 90 | 0.95 | 0.26 |
| Hex | 42 | 81 | 3 | 31 | 0 | 62 | 31 | 5A | 5F | 1A |
| Octal | 102 | 201 | 3 | 61 | 0 | 142 | 61 | 132 | 137 | 32 |
| Binary | 1000010 | 10000001 | 11 | 110001 | 0 | 1100010 | 110001 | 1011010 | 1011111 | 11010 |
Color Harmonies of #428103
Complementary color
Monochromatic Colors of #428103
Black with #428103
Text Example
Text Example
White with #428103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428103; }
p { color: rgb(66,129,3); }
H1.HeaderClassName
{
color: #428103;
}
.AnyTagClassName
{
color: #428103;
}
</style>
background-color css
<style>
a { background-color: #428103; }
a { background-color: rgb(66,129,3); }
div.DivClassName
{
background-color: #428103;
}
.BgClassName
{
background-color: #428103;
}
</style>
border-color css
<style>
span { border-color: #428103; }
span { border-color: rgb(66,129,3); }
td.TdClassName
{
border-color: #428103;
}
.TagClassName
{
border-color: #428103;
}
</style>