Shades of Bilbao #457D18
Tints of Bilbao #457D18
RGB
CMYK
RGB Variations
Color information
#457D18 (or 0x457D18) is known color: Bilbao. HEX triplet: 45, 7D and 18. RGB value is (69,125,24). Sum of RGB (Red+Green+Blue) = 69+125+24=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 125 (49.22% from 255 or 57.34% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 125 - color contains mainly: green. Hex color #457D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D18 is #BA82E7. Grayscale: #616161. Windows color (decimal): -12223208 or 1604933. OLE color: 1604933.
HSL color Cylindrical-coordinate representation of color #457D18: hue angle of 93.27º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #457D18 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 125 | 24 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.51 |
| HSL | 93.27º | 0.68% | 0.29% | - |
| HSV(B) | 93.27º | 0.81% | 0.49% | - |
| XYZ | 9.95 | 16 | 3.43 | - |
| YUV | 96.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 24 | 0.45 | 0 | 0.81 | 0.51 | 93.27 | 0.68 | 0.29 |
| Hex | 45 | 7D | 18 | 2D | 0 | 51 | 33 | 5D | 44 | 1D |
| Octal | 105 | 175 | 30 | 55 | 0 | 121 | 63 | 135 | 104 | 35 |
| Binary | 1000101 | 1111101 | 11000 | 101101 | 0 | 1010001 | 110011 | 1011101 | 1000100 | 11101 |
Color Harmonies of #457D18
Complementary color
Monochromatic Colors of #457D18
Black with #457D18
Text Example
Text Example
White with #457D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457D18; }
p { color: rgb(69,125,24); }
H1.HeaderClassName
{
color: #457D18;
}
.AnyTagClassName
{
color: #457D18;
}
</style>
background-color css
<style>
a { background-color: #457D18; }
a { background-color: rgb(69,125,24); }
div.DivClassName
{
background-color: #457D18;
}
.BgClassName
{
background-color: #457D18;
}
</style>
border-color css
<style>
span { border-color: #457D18; }
span { border-color: rgb(69,125,24); }
td.TdClassName
{
border-color: #457D18;
}
.TagClassName
{
border-color: #457D18;
}
</style>