Shades of Bilbao #467E27
Tints of Bilbao #467E27
RGB
CMYK
RGB Variations
Color information
#467E27 (or 0x467E27) is known color: Bilbao. HEX triplet: 46, 7E and 27. RGB value is (70,126,39). Sum of RGB (Red+Green+Blue) = 70+126+39=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #467E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467E27 is #B981D8. Grayscale: #636363. Windows color (decimal): -12157401 or 2588230. OLE color: 2588230.
HSL color Cylindrical-coordinate representation of color #467E27: hue angle of 98.62º 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 #467E27 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 126 | 39 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.51 |
| HSL | 98.62º | 0.53% | 0.32% | - |
| HSV(B) | 98.62º | 0.69% | 0.49% | - |
| XYZ | 10.35 | 16.37 | 4.53 | - |
| YUV | 99.34 | 93.95 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 39 | 0.44 | 0 | 0.69 | 0.51 | 98.62 | 0.53 | 0.32 |
| Hex | 46 | 7E | 27 | 2C | 0 | 45 | 33 | 63 | 35 | 20 |
| Octal | 106 | 176 | 47 | 54 | 0 | 105 | 63 | 143 | 65 | 40 |
| Binary | 1000110 | 1111110 | 100111 | 101100 | 0 | 1000101 | 110011 | 1100011 | 110101 | 100000 |
Color Harmonies of #467E27
Complementary color
Monochromatic Colors of #467E27
Black with #467E27
Text Example
Text Example
White with #467E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E27; }
p { color: rgb(70,126,39); }
H1.HeaderClassName
{
color: #467E27;
}
.AnyTagClassName
{
color: #467E27;
}
</style>
background-color css
<style>
a { background-color: #467E27; }
a { background-color: rgb(70,126,39); }
div.DivClassName
{
background-color: #467E27;
}
.BgClassName
{
background-color: #467E27;
}
</style>
border-color css
<style>
span { border-color: #467E27; }
span { border-color: rgb(70,126,39); }
td.TdClassName
{
border-color: #467E27;
}
.TagClassName
{
border-color: #467E27;
}
</style>