Shades of Bilbao #467B24
Tints of Bilbao #467B24
RGB
CMYK
RGB Variations
Color information
#467B24 (or 0x467B24) is known color: Bilbao. HEX triplet: 46, 7B and 24. RGB value is (70,123,36). Sum of RGB (Red+Green+Blue) = 70+123+36=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #467B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467B24 is #B984DB. Grayscale: #616161. Windows color (decimal): -12158172 or 2390854. OLE color: 2390854.
HSL color Cylindrical-coordinate representation of color #467B24: hue angle of 96.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467B24 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 123 | 36 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.52 |
| HSL | 96.55º | 0.55% | 0.31% | - |
| HSV(B) | 96.55º | 0.71% | 0.48% | - |
| XYZ | 9.93 | 15.6 | 4.16 | - |
| YUV | 97.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 36 | 0.43 | 0 | 0.71 | 0.52 | 96.55 | 0.55 | 0.31 |
| Hex | 46 | 7B | 24 | 2B | 0 | 47 | 34 | 61 | 37 | 1F |
| Octal | 106 | 173 | 44 | 53 | 0 | 107 | 64 | 141 | 67 | 37 |
| Binary | 1000110 | 1111011 | 100100 | 101011 | 0 | 1000111 | 110100 | 1100001 | 110111 | 11111 |
Color Harmonies of #467B24
Complementary color
Monochromatic Colors of #467B24
Black with #467B24
Text Example
Text Example
White with #467B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467B24; }
p { color: rgb(70,123,36); }
H1.HeaderClassName
{
color: #467B24;
}
.AnyTagClassName
{
color: #467B24;
}
</style>
background-color css
<style>
a { background-color: #467B24; }
a { background-color: rgb(70,123,36); }
div.DivClassName
{
background-color: #467B24;
}
.BgClassName
{
background-color: #467B24;
}
</style>
border-color css
<style>
span { border-color: #467B24; }
span { border-color: rgb(70,123,36); }
td.TdClassName
{
border-color: #467B24;
}
.TagClassName
{
border-color: #467B24;
}
</style>