Shades of Bilbao #408023
Tints of Bilbao #408023
RGB
CMYK
RGB Variations
Color information
#408023 (or 0x408023) is known color: Bilbao. HEX triplet: 40, 80 and 23. RGB value is (64,128,35). Sum of RGB (Red+Green+Blue) = 64+128+35=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #408023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408023 is #BF7FDC. Grayscale: #626262. Windows color (decimal): -12550109 or 2326592. OLE color: 2326592.
HSL color Cylindrical-coordinate representation of color #408023: hue angle of 101.29º 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 #408023 is Cyan = 0.5, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 128 | 35 | - |
| CMYK | 0.5 | 0 | 0.73 | 0.50 |
| HSL | 101.29º | 0.57% | 0.32% | - |
| HSV(B) | 101.29º | 0.73% | 0.5% | - |
| XYZ | 10.14 | 16.65 | 4.27 | - |
| YUV | 98.26 | 92.3 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 35 | 0.5 | 0 | 0.73 | 0.50 | 101.29 | 0.57 | 0.32 |
| Hex | 40 | 80 | 23 | 32 | 0 | 49 | 32 | 65 | 39 | 20 |
| Octal | 100 | 200 | 43 | 62 | 0 | 111 | 62 | 145 | 71 | 40 |
| Binary | 1000000 | 10000000 | 100011 | 110010 | 0 | 1001001 | 110010 | 1100101 | 111001 | 100000 |
Color Harmonies of #408023
Complementary color
Monochromatic Colors of #408023
Black with #408023
Text Example
Text Example
White with #408023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408023; }
p { color: rgb(64,128,35); }
H1.HeaderClassName
{
color: #408023;
}
.AnyTagClassName
{
color: #408023;
}
</style>
background-color css
<style>
a { background-color: #408023; }
a { background-color: rgb(64,128,35); }
div.DivClassName
{
background-color: #408023;
}
.BgClassName
{
background-color: #408023;
}
</style>
border-color css
<style>
span { border-color: #408023; }
span { border-color: rgb(64,128,35); }
td.TdClassName
{
border-color: #408023;
}
.TagClassName
{
border-color: #408023;
}
</style>