Shades of Bilbao #467C2D
Tints of Bilbao #467C2D
RGB
CMYK
RGB Variations
Color information
#467C2D (or 0x467C2D) is known color: Bilbao. HEX triplet: 46, 7C and 2D. RGB value is (70,124,45). Sum of RGB (Red+Green+Blue) = 70+124+45=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #467C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C2D is #B983D2. Grayscale: #636363. Windows color (decimal): -12157907 or 2980934. OLE color: 2980934.
HSL color Cylindrical-coordinate representation of color #467C2D: hue angle of 101.01º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467C2D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 45 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.51 |
| HSL | 101.01º | 0.47% | 0.33% | - |
| HSV(B) | 101.01º | 0.64% | 0.49% | - |
| XYZ | 10.21 | 15.91 | 5.01 | - |
| YUV | 98.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 45 | 0.44 | 0 | 0.64 | 0.51 | 101.01 | 0.47 | 0.33 |
| Hex | 46 | 7C | 2D | 2C | 0 | 40 | 33 | 65 | 2F | 21 |
| Octal | 106 | 174 | 55 | 54 | 0 | 100 | 63 | 145 | 57 | 41 |
| Binary | 1000110 | 1111100 | 101101 | 101100 | 0 | 1000000 | 110011 | 1100101 | 101111 | 100001 |
Color Harmonies of #467C2D
Complementary color
Monochromatic Colors of #467C2D
Black with #467C2D
Text Example
Text Example
White with #467C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C2D; }
p { color: rgb(70,124,45); }
H1.HeaderClassName
{
color: #467C2D;
}
.AnyTagClassName
{
color: #467C2D;
}
</style>
background-color css
<style>
a { background-color: #467C2D; }
a { background-color: rgb(70,124,45); }
div.DivClassName
{
background-color: #467C2D;
}
.BgClassName
{
background-color: #467C2D;
}
</style>
border-color css
<style>
span { border-color: #467C2D; }
span { border-color: rgb(70,124,45); }
td.TdClassName
{
border-color: #467C2D;
}
.TagClassName
{
border-color: #467C2D;
}
</style>