Shades of Bilbao #457B2C
Tints of Bilbao #457B2C
RGB
CMYK
RGB Variations
Color information
#457B2C (or 0x457B2C) is known color: Bilbao. HEX triplet: 45, 7B and 2C. RGB value is (69,123,44). Sum of RGB (Red+Green+Blue) = 69+123+44=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #457B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457B2C is #BA84D3. Grayscale: #626262. Windows color (decimal): -12223700 or 2915141. OLE color: 2915141.
HSL color Cylindrical-coordinate representation of color #457B2C: hue angle of 101.01º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457B2C is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 123 | 44 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.52 |
| HSL | 101.01º | 0.47% | 0.33% | - |
| HSV(B) | 101.01º | 0.64% | 0.48% | - |
| XYZ | 9.99 | 15.61 | 4.87 | - |
| YUV | 97.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 44 | 0.44 | 0 | 0.64 | 0.52 | 101.01 | 0.47 | 0.33 |
| Hex | 45 | 7B | 2C | 2C | 0 | 40 | 34 | 65 | 2F | 21 |
| Octal | 105 | 173 | 54 | 54 | 0 | 100 | 64 | 145 | 57 | 41 |
| Binary | 1000101 | 1111011 | 101100 | 101100 | 0 | 1000000 | 110100 | 1100101 | 101111 | 100001 |
Color Harmonies of #457B2C
Complementary color
Monochromatic Colors of #457B2C
Black with #457B2C
Text Example
Text Example
White with #457B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457B2C; }
p { color: rgb(69,123,44); }
H1.HeaderClassName
{
color: #457B2C;
}
.AnyTagClassName
{
color: #457B2C;
}
</style>
background-color css
<style>
a { background-color: #457B2C; }
a { background-color: rgb(69,123,44); }
div.DivClassName
{
background-color: #457B2C;
}
.BgClassName
{
background-color: #457B2C;
}
</style>
border-color css
<style>
span { border-color: #457B2C; }
span { border-color: rgb(69,123,44); }
td.TdClassName
{
border-color: #457B2C;
}
.TagClassName
{
border-color: #457B2C;
}
</style>