Shades of Bilbao #468023
Tints of Bilbao #468023
RGB
CMYK
RGB Variations
Color information
#468023 (or 0x468023) is known color: Bilbao. HEX triplet: 46, 80 and 23. RGB value is (70,128,35). Sum of RGB (Red+Green+Blue) = 70+128+35=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #468023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468023 is #B97FDC. Grayscale: #646464. Windows color (decimal): -12156893 or 2326598. OLE color: 2326598.
HSL color Cylindrical-coordinate representation of color #468023: hue angle of 97.42º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #468023 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 128 | 35 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.50 |
| HSL | 97.42º | 0.57% | 0.32% | - |
| HSV(B) | 97.42º | 0.73% | 0.5% | - |
| XYZ | 10.55 | 16.86 | 4.29 | - |
| YUV | 100.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 35 | 0.45 | 0 | 0.73 | 0.50 | 97.42 | 0.57 | 0.32 |
| Hex | 46 | 80 | 23 | 2D | 0 | 49 | 32 | 61 | 39 | 20 |
| Octal | 106 | 200 | 43 | 55 | 0 | 111 | 62 | 141 | 71 | 40 |
| Binary | 1000110 | 10000000 | 100011 | 101101 | 0 | 1001001 | 110010 | 1100001 | 111001 | 100000 |
Color Harmonies of #468023
Complementary color
Monochromatic Colors of #468023
Black with #468023
Text Example
Text Example
White with #468023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468023; }
p { color: rgb(70,128,35); }
H1.HeaderClassName
{
color: #468023;
}
.AnyTagClassName
{
color: #468023;
}
</style>
background-color css
<style>
a { background-color: #468023; }
a { background-color: rgb(70,128,35); }
div.DivClassName
{
background-color: #468023;
}
.BgClassName
{
background-color: #468023;
}
</style>
border-color css
<style>
span { border-color: #468023; }
span { border-color: rgb(70,128,35); }
td.TdClassName
{
border-color: #468023;
}
.TagClassName
{
border-color: #468023;
}
</style>