Shades of Bilbao #457D17
Tints of Bilbao #457D17
RGB
CMYK
RGB Variations
Color information
#457D17 (or 0x457D17) is known color: Bilbao. HEX triplet: 45, 7D and 17. RGB value is (69,125,23). Sum of RGB (Red+Green+Blue) = 69+125+23=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #457D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D17 is #BA82E8. Grayscale: #606060. Windows color (decimal): -12223209 or 1539397. OLE color: 1539397.
HSL color Cylindrical-coordinate representation of color #457D17: hue angle of 92.94º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #457D17 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 23 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.51 |
| HSL | 92.94º | 0.69% | 0.29% | - |
| HSV(B) | 92.94º | 0.82% | 0.49% | - |
| XYZ | 9.94 | 15.99 | 3.37 | - |
| YUV | 96.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 23 | 0.45 | 0 | 0.82 | 0.51 | 92.94 | 0.69 | 0.29 |
| Hex | 45 | 7D | 17 | 2D | 0 | 52 | 33 | 5D | 45 | 1D |
| Octal | 105 | 175 | 27 | 55 | 0 | 122 | 63 | 135 | 105 | 35 |
| Binary | 1000101 | 1111101 | 10111 | 101101 | 0 | 1010010 | 110011 | 1011101 | 1000101 | 11101 |
Color Harmonies of #457D17
Complementary color
Monochromatic Colors of #457D17
Black with #457D17
Text Example
Text Example
White with #457D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D17; }
p { color: rgb(69,125,23); }
H1.HeaderClassName
{
color: #457D17;
}
.AnyTagClassName
{
color: #457D17;
}
</style>
background-color css
<style>
a { background-color: #457D17; }
a { background-color: rgb(69,125,23); }
div.DivClassName
{
background-color: #457D17;
}
.BgClassName
{
background-color: #457D17;
}
</style>
border-color css
<style>
span { border-color: #457D17; }
span { border-color: rgb(69,125,23); }
td.TdClassName
{
border-color: #457D17;
}
.TagClassName
{
border-color: #457D17;
}
</style>