Shades of Bilbao #458204
Tints of Bilbao #458204
RGB
CMYK
RGB Variations
Color information
#458204 (or 0x458204) is known color: Bilbao. HEX triplet: 45, 82 and 04. RGB value is (69,130,4). Sum of RGB (Red+Green+Blue) = 69+130+4=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #458204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458204 is #BA7DFB. Grayscale: #616161. Windows color (decimal): -12221948 or 295493. OLE color: 295493.
HSL color Cylindrical-coordinate representation of color #458204: hue angle of 89.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #458204 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 130 | 4 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.49 |
| HSL | 89.05º | 0.94% | 0.26% | - |
| HSV(B) | 89.05º | 0.97% | 0.51% | - |
| XYZ | 10.46 | 17.24 | 2.89 | - |
| YUV | 97.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 130 | 4 | 0.47 | 0 | 0.97 | 0.49 | 89.05 | 0.94 | 0.26 |
| Hex | 45 | 82 | 4 | 2F | 0 | 61 | 31 | 59 | 5E | 1A |
| Octal | 105 | 202 | 4 | 57 | 0 | 141 | 61 | 131 | 136 | 32 |
| Binary | 1000101 | 10000010 | 100 | 101111 | 0 | 1100001 | 110001 | 1011001 | 1011110 | 11010 |
Color Harmonies of #458204
Complementary color
Monochromatic Colors of #458204
Black with #458204
Text Example
Text Example
White with #458204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458204; }
p { color: rgb(69,130,4); }
H1.HeaderClassName
{
color: #458204;
}
.AnyTagClassName
{
color: #458204;
}
</style>
background-color css
<style>
a { background-color: #458204; }
a { background-color: rgb(69,130,4); }
div.DivClassName
{
background-color: #458204;
}
.BgClassName
{
background-color: #458204;
}
</style>
border-color css
<style>
span { border-color: #458204; }
span { border-color: rgb(69,130,4); }
td.TdClassName
{
border-color: #458204;
}
.TagClassName
{
border-color: #458204;
}
</style>