Shades of Bilbao #458128
Tints of Bilbao #458128
RGB
CMYK
RGB Variations
Color information
#458128 (or 0x458128) is known color: Bilbao. HEX triplet: 45, 81 and 28. RGB value is (69,129,40). Sum of RGB (Red+Green+Blue) = 69+129+40=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #458128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458128 is #BA7ED7. Grayscale: #656565. Windows color (decimal): -12222168 or 2654533. OLE color: 2654533.
HSL color Cylindrical-coordinate representation of color #458128: hue angle of 100.45º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #458128 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 129 | 40 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.49 |
| HSL | 100.45º | 0.53% | 0.33% | - |
| HSV(B) | 100.45º | 0.69% | 0.51% | - |
| XYZ | 10.69 | 17.12 | 4.75 | - |
| YUV | 100.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 40 | 0.47 | 0 | 0.69 | 0.49 | 100.45 | 0.53 | 0.33 |
| Hex | 45 | 81 | 28 | 2F | 0 | 45 | 31 | 64 | 35 | 21 |
| Octal | 105 | 201 | 50 | 57 | 0 | 105 | 61 | 144 | 65 | 41 |
| Binary | 1000101 | 10000001 | 101000 | 101111 | 0 | 1000101 | 110001 | 1100100 | 110101 | 100001 |
Color Harmonies of #458128
Complementary color
Monochromatic Colors of #458128
Black with #458128
Text Example
Text Example
White with #458128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458128; }
p { color: rgb(69,129,40); }
H1.HeaderClassName
{
color: #458128;
}
.AnyTagClassName
{
color: #458128;
}
</style>
background-color css
<style>
a { background-color: #458128; }
a { background-color: rgb(69,129,40); }
div.DivClassName
{
background-color: #458128;
}
.BgClassName
{
background-color: #458128;
}
</style>
border-color css
<style>
span { border-color: #458128; }
span { border-color: rgb(69,129,40); }
td.TdClassName
{
border-color: #458128;
}
.TagClassName
{
border-color: #458128;
}
</style>