Shades of Bilbao #457E27
Tints of Bilbao #457E27
RGB
CMYK
RGB Variations
Color information
#457E27 (or 0x457E27) is known color: Bilbao. HEX triplet: 45, 7E and 27. RGB value is (69,126,39). Sum of RGB (Red+Green+Blue) = 69+126+39=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #457E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457E27 is #BA81D8. Grayscale: #636363. Windows color (decimal): -12222937 or 2588229. OLE color: 2588229.
HSL color Cylindrical-coordinate representation of color #457E27: hue angle of 99.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #457E27 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 126 | 39 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.51 |
| HSL | 99.31º | 0.53% | 0.32% | - |
| HSV(B) | 99.31º | 0.69% | 0.49% | - |
| XYZ | 10.28 | 16.33 | 4.53 | - |
| YUV | 99.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 39 | 0.45 | 0 | 0.69 | 0.51 | 99.31 | 0.53 | 0.32 |
| Hex | 45 | 7E | 27 | 2D | 0 | 45 | 33 | 63 | 35 | 20 |
| Octal | 105 | 176 | 47 | 55 | 0 | 105 | 63 | 143 | 65 | 40 |
| Binary | 1000101 | 1111110 | 100111 | 101101 | 0 | 1000101 | 110011 | 1100011 | 110101 | 100000 |
Color Harmonies of #457E27
Complementary color
Monochromatic Colors of #457E27
Black with #457E27
Text Example
Text Example
White with #457E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457E27; }
p { color: rgb(69,126,39); }
H1.HeaderClassName
{
color: #457E27;
}
.AnyTagClassName
{
color: #457E27;
}
</style>
background-color css
<style>
a { background-color: #457E27; }
a { background-color: rgb(69,126,39); }
div.DivClassName
{
background-color: #457E27;
}
.BgClassName
{
background-color: #457E27;
}
</style>
border-color css
<style>
span { border-color: #457E27; }
span { border-color: rgb(69,126,39); }
td.TdClassName
{
border-color: #457E27;
}
.TagClassName
{
border-color: #457E27;
}
</style>