Shades of Bilbao #457C30
Tints of Bilbao #457C30
RGB
CMYK
RGB Variations
Color information
#457C30 (or 0x457C30) is known color: Bilbao. HEX triplet: 45, 7C and 30. RGB value is (69,124,48). Sum of RGB (Red+Green+Blue) = 69+124+48=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #457C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457C30 is #BA83CF. Grayscale: #636363. Windows color (decimal): -12223440 or 3177541. OLE color: 3177541.
HSL color Cylindrical-coordinate representation of color #457C30: hue angle of 103.42º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457C30 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 124 | 48 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.51 |
| HSL | 103.42º | 0.44% | 0.34% | - |
| HSV(B) | 103.42º | 0.61% | 0.49% | - |
| XYZ | 10.2 | 15.89 | 5.33 | - |
| YUV | 98.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 48 | 0.44 | 0 | 0.61 | 0.51 | 103.42 | 0.44 | 0.34 |
| Hex | 45 | 7C | 30 | 2C | 0 | 3D | 33 | 67 | 2C | 22 |
| Octal | 105 | 174 | 60 | 54 | 0 | 75 | 63 | 147 | 54 | 42 |
| Binary | 1000101 | 1111100 | 110000 | 101100 | 0 | 111101 | 110011 | 1100111 | 101100 | 100010 |
Color Harmonies of #457C30
Complementary color
Monochromatic Colors of #457C30
Black with #457C30
Text Example
Text Example
White with #457C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457C30; }
p { color: rgb(69,124,48); }
H1.HeaderClassName
{
color: #457C30;
}
.AnyTagClassName
{
color: #457C30;
}
</style>
background-color css
<style>
a { background-color: #457C30; }
a { background-color: rgb(69,124,48); }
div.DivClassName
{
background-color: #457C30;
}
.BgClassName
{
background-color: #457C30;
}
</style>
border-color css
<style>
span { border-color: #457C30; }
span { border-color: rgb(69,124,48); }
td.TdClassName
{
border-color: #457C30;
}
.TagClassName
{
border-color: #457C30;
}
</style>