Shades of Bilbao #457F32
Tints of Bilbao #457F32
RGB
CMYK
RGB Variations
Color information
#457F32 (or 0x457F32) is known color: Bilbao. HEX triplet: 45, 7F and 32. RGB value is (69,127,50). Sum of RGB (Red+Green+Blue) = 69+127+50=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #457F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457F32 is #BA80CD. Grayscale: #656565. Windows color (decimal): -12222670 or 3309381. OLE color: 3309381.
HSL color Cylindrical-coordinate representation of color #457F32: hue angle of 105.19º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457F32 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 50 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.50 |
| HSL | 105.19º | 0.44% | 0.35% | - |
| HSV(B) | 105.19º | 0.61% | 0.5% | - |
| XYZ | 10.62 | 16.67 | 5.68 | - |
| YUV | 100.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 50 | 0.46 | 0 | 0.61 | 0.50 | 105.19 | 0.44 | 0.35 |
| Hex | 45 | 7F | 32 | 2E | 0 | 3D | 32 | 69 | 2C | 23 |
| Octal | 105 | 177 | 62 | 56 | 0 | 75 | 62 | 151 | 54 | 43 |
| Binary | 1000101 | 1111111 | 110010 | 101110 | 0 | 111101 | 110010 | 1101001 | 101100 | 100011 |
Color Harmonies of #457F32
Complementary color
Monochromatic Colors of #457F32
Black with #457F32
Text Example
Text Example
White with #457F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F32; }
p { color: rgb(69,127,50); }
H1.HeaderClassName
{
color: #457F32;
}
.AnyTagClassName
{
color: #457F32;
}
</style>
background-color css
<style>
a { background-color: #457F32; }
a { background-color: rgb(69,127,50); }
div.DivClassName
{
background-color: #457F32;
}
.BgClassName
{
background-color: #457F32;
}
</style>
border-color css
<style>
span { border-color: #457F32; }
span { border-color: rgb(69,127,50); }
td.TdClassName
{
border-color: #457F32;
}
.TagClassName
{
border-color: #457F32;
}
</style>