Shades of Bilbao #467C23
Tints of Bilbao #467C23
RGB
CMYK
RGB Variations
Color information
#467C23 (or 0x467C23) is known color: Bilbao. HEX triplet: 46, 7C and 23. RGB value is (70,124,35). Sum of RGB (Red+Green+Blue) = 70+124+35=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #467C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467C23 is #B983DC. Grayscale: #626262. Windows color (decimal): -12157917 or 2325574. OLE color: 2325574.
HSL color Cylindrical-coordinate representation of color #467C23: hue angle of 96.4º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467C23 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 124 | 35 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.51 |
| HSL | 96.4º | 0.56% | 0.31% | - |
| HSV(B) | 96.4º | 0.72% | 0.49% | - |
| XYZ | 10.04 | 15.84 | 4.12 | - |
| YUV | 97.71 | 92.61 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 35 | 0.44 | 0 | 0.72 | 0.51 | 96.4 | 0.56 | 0.31 |
| Hex | 46 | 7C | 23 | 2C | 0 | 48 | 33 | 60 | 38 | 1F |
| Octal | 106 | 174 | 43 | 54 | 0 | 110 | 63 | 140 | 70 | 37 |
| Binary | 1000110 | 1111100 | 100011 | 101100 | 0 | 1001000 | 110011 | 1100000 | 111000 | 11111 |
Color Harmonies of #467C23
Complementary color
Monochromatic Colors of #467C23
Black with #467C23
Text Example
Text Example
White with #467C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C23; }
p { color: rgb(70,124,35); }
H1.HeaderClassName
{
color: #467C23;
}
.AnyTagClassName
{
color: #467C23;
}
</style>
background-color css
<style>
a { background-color: #467C23; }
a { background-color: rgb(70,124,35); }
div.DivClassName
{
background-color: #467C23;
}
.BgClassName
{
background-color: #467C23;
}
</style>
border-color css
<style>
span { border-color: #467C23; }
span { border-color: rgb(70,124,35); }
td.TdClassName
{
border-color: #467C23;
}
.TagClassName
{
border-color: #467C23;
}
</style>