Shades of Bilbao #457F18
Tints of Bilbao #457F18
RGB
CMYK
RGB Variations
Color information
#457F18 (or 0x457F18) is known color: Bilbao. HEX triplet: 45, 7F and 18. RGB value is (69,127,24). Sum of RGB (Red+Green+Blue) = 69+127+24=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #457F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457F18 is #BA80E7. Grayscale: #626262. Windows color (decimal): -12222696 or 1605445. OLE color: 1605445.
HSL color Cylindrical-coordinate representation of color #457F18: hue angle of 93.79º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #457F18 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 24 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.50 |
| HSL | 93.79º | 0.68% | 0.3% | - |
| HSV(B) | 93.79º | 0.81% | 0.5% | - |
| XYZ | 10.21 | 16.51 | 3.51 | - |
| YUV | 97.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 24 | 0.46 | 0 | 0.81 | 0.50 | 93.79 | 0.68 | 0.3 |
| Hex | 45 | 7F | 18 | 2E | 0 | 51 | 32 | 5E | 44 | 1E |
| Octal | 105 | 177 | 30 | 56 | 0 | 121 | 62 | 136 | 104 | 36 |
| Binary | 1000101 | 1111111 | 11000 | 101110 | 0 | 1010001 | 110010 | 1011110 | 1000100 | 11110 |
Color Harmonies of #457F18
Complementary color
Monochromatic Colors of #457F18
Black with #457F18
Text Example
Text Example
White with #457F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F18; }
p { color: rgb(69,127,24); }
H1.HeaderClassName
{
color: #457F18;
}
.AnyTagClassName
{
color: #457F18;
}
</style>
background-color css
<style>
a { background-color: #457F18; }
a { background-color: rgb(69,127,24); }
div.DivClassName
{
background-color: #457F18;
}
.BgClassName
{
background-color: #457F18;
}
</style>
border-color css
<style>
span { border-color: #457F18; }
span { border-color: rgb(69,127,24); }
td.TdClassName
{
border-color: #457F18;
}
.TagClassName
{
border-color: #457F18;
}
</style>