Shades of Bilbao #457D09
Tints of Bilbao #457D09
RGB
CMYK
RGB Variations
Color information
#457D09 (or 0x457D09) is known color: Bilbao. HEX triplet: 45, 7D and 09. RGB value is (69,125,9). Sum of RGB (Red+Green+Blue) = 69+125+9=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #457D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D09 is #BA82F6. Grayscale: #5F5F5F. Windows color (decimal): -12223223 or 621893. OLE color: 621893.
HSL color Cylindrical-coordinate representation of color #457D09: hue angle of 88.97º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #457D09 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 9 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.51 |
| HSL | 88.97º | 0.87% | 0.26% | - |
| HSV(B) | 88.97º | 0.93% | 0.49% | - |
| XYZ | 9.84 | 15.95 | 2.82 | - |
| YUV | 95.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 9 | 0.45 | 0 | 0.93 | 0.51 | 88.97 | 0.87 | 0.26 |
| Hex | 45 | 7D | 9 | 2D | 0 | 5D | 33 | 59 | 57 | 1A |
| Octal | 105 | 175 | 11 | 55 | 0 | 135 | 63 | 131 | 127 | 32 |
| Binary | 1000101 | 1111101 | 1001 | 101101 | 0 | 1011101 | 110011 | 1011001 | 1010111 | 11010 |
Color Harmonies of #457D09
Complementary color
Monochromatic Colors of #457D09
Black with #457D09
Text Example
Text Example
White with #457D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D09; }
p { color: rgb(69,125,9); }
H1.HeaderClassName
{
color: #457D09;
}
.AnyTagClassName
{
color: #457D09;
}
</style>
background-color css
<style>
a { background-color: #457D09; }
a { background-color: rgb(69,125,9); }
div.DivClassName
{
background-color: #457D09;
}
.BgClassName
{
background-color: #457D09;
}
</style>
border-color css
<style>
span { border-color: #457D09; }
span { border-color: rgb(69,125,9); }
td.TdClassName
{
border-color: #457D09;
}
.TagClassName
{
border-color: #457D09;
}
</style>