Shades of Bilbao #408500
Tints of Bilbao #408500
RGB
CMYK
RGB Variations
Color information
#408500 (or 0x408500) is known color: Bilbao. HEX triplet: 40, 85 and 00. RGB value is (64,133,0). Sum of RGB (Red+Green+Blue) = 64+133+0=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #408500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408500 is #BF7AFF. Grayscale: #616161. Windows color (decimal): -12548864 or 34112. OLE color: 34112.
HSL color Cylindrical-coordinate representation of color #408500: hue angle of 91.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #408500 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 133 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.48 |
| HSL | 91.13º | 1% | 0.26% | - |
| HSV(B) | 91.13º | 1% | 0.52% | - |
| XYZ | 10.5 | 17.87 | 2.89 | - |
| YUV | 97.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 0 | 0.52 | 0 | 1 | 0.48 | 91.13 | 1 | 0.26 |
| Hex | 40 | 85 | 0 | 34 | 0 | 64 | 30 | 5B | 64 | 1A |
| Octal | 100 | 205 | 0 | 64 | 0 | 144 | 60 | 133 | 144 | 32 |
| Binary | 1000000 | 10000101 | 0 | 110100 | 0 | 1100100 | 110000 | 1011011 | 1100100 | 11010 |
Color Harmonies of #408500
Complementary color
Monochromatic Colors of #408500
Black with #408500
Text Example
Text Example
White with #408500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408500; }
p { color: rgb(64,133,0); }
H1.HeaderClassName
{
color: #408500;
}
.AnyTagClassName
{
color: #408500;
}
</style>
background-color css
<style>
a { background-color: #408500; }
a { background-color: rgb(64,133,0); }
div.DivClassName
{
background-color: #408500;
}
.BgClassName
{
background-color: #408500;
}
</style>
border-color css
<style>
span { border-color: #408500; }
span { border-color: rgb(64,133,0); }
td.TdClassName
{
border-color: #408500;
}
.TagClassName
{
border-color: #408500;
}
</style>