Shades of Bilbao #467B18
Tints of Bilbao #467B18
RGB
CMYK
RGB Variations
Color information
#467B18 (or 0x467B18) is known color: Bilbao. HEX triplet: 46, 7B and 18. RGB value is (70,123,24). Sum of RGB (Red+Green+Blue) = 70+123+24=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #467B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467B18 is #B984E7. Grayscale: #606060. Windows color (decimal): -12158184 or 1604422. OLE color: 1604422.
HSL color Cylindrical-coordinate representation of color #467B18: hue angle of 92.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467B18 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 24 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.52 |
| HSL | 92.12º | 0.67% | 0.29% | - |
| HSV(B) | 92.12º | 0.8% | 0.48% | - |
| XYZ | 9.77 | 15.53 | 3.35 | - |
| YUV | 95.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 24 | 0.43 | 0 | 0.80 | 0.52 | 92.12 | 0.67 | 0.29 |
| Hex | 46 | 7B | 18 | 2B | 0 | 50 | 34 | 5C | 43 | 1D |
| Octal | 106 | 173 | 30 | 53 | 0 | 120 | 64 | 134 | 103 | 35 |
| Binary | 1000110 | 1111011 | 11000 | 101011 | 0 | 1010000 | 110100 | 1011100 | 1000011 | 11101 |
Color Harmonies of #467B18
Complementary color
Monochromatic Colors of #467B18
Black with #467B18
Text Example
Text Example
White with #467B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B18; }
p { color: rgb(70,123,24); }
H1.HeaderClassName
{
color: #467B18;
}
.AnyTagClassName
{
color: #467B18;
}
</style>
background-color css
<style>
a { background-color: #467B18; }
a { background-color: rgb(70,123,24); }
div.DivClassName
{
background-color: #467B18;
}
.BgClassName
{
background-color: #467B18;
}
</style>
border-color css
<style>
span { border-color: #467B18; }
span { border-color: rgb(70,123,24); }
td.TdClassName
{
border-color: #467B18;
}
.TagClassName
{
border-color: #467B18;
}
</style>