Shades of Bilbao #457F25
Tints of Bilbao #457F25
RGB
CMYK
RGB Variations
Color information
#457F25 (or 0x457F25) is known color: Bilbao. HEX triplet: 45, 7F and 25. RGB value is (69,127,37). Sum of RGB (Red+Green+Blue) = 69+127+37=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #457F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F25 is #BA80DA. Grayscale: #636363. Windows color (decimal): -12222683 or 2457413. OLE color: 2457413.
HSL color Cylindrical-coordinate representation of color #457F25: hue angle of 98.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #457F25 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 37 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.50 |
| HSL | 98.67º | 0.55% | 0.32% | - |
| HSV(B) | 98.67º | 0.71% | 0.5% | - |
| XYZ | 10.38 | 16.58 | 4.4 | - |
| YUV | 99.4 | 92.78 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 37 | 0.46 | 0 | 0.71 | 0.50 | 98.67 | 0.55 | 0.32 |
| Hex | 45 | 7F | 25 | 2E | 0 | 47 | 32 | 63 | 37 | 20 |
| Octal | 105 | 177 | 45 | 56 | 0 | 107 | 62 | 143 | 67 | 40 |
| Binary | 1000101 | 1111111 | 100101 | 101110 | 0 | 1000111 | 110010 | 1100011 | 110111 | 100000 |
Color Harmonies of #457F25
Complementary color
Monochromatic Colors of #457F25
Black with #457F25
Text Example
Text Example
White with #457F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F25; }
p { color: rgb(69,127,37); }
H1.HeaderClassName
{
color: #457F25;
}
.AnyTagClassName
{
color: #457F25;
}
</style>
background-color css
<style>
a { background-color: #457F25; }
a { background-color: rgb(69,127,37); }
div.DivClassName
{
background-color: #457F25;
}
.BgClassName
{
background-color: #457F25;
}
</style>
border-color css
<style>
span { border-color: #457F25; }
span { border-color: rgb(69,127,37); }
td.TdClassName
{
border-color: #457F25;
}
.TagClassName
{
border-color: #457F25;
}
</style>