Shades of Bilbao #408B03
Tints of Bilbao #408B03
RGB
CMYK
RGB Variations
Color information
#408B03 (or 0x408B03) is known color: Bilbao. HEX triplet: 40, 8B and 03. RGB value is (64,139,3). Sum of RGB (Red+Green+Blue) = 64+139+3=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #408B03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B03 is #BF74FC. Grayscale: #656565. Windows color (decimal): -12547325 or 232256. OLE color: 232256.
HSL color Cylindrical-coordinate representation of color #408B03: hue angle of 93.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #408B03 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 3 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.45 |
| HSL | 93.09º | 0.96% | 0.28% | - |
| HSV(B) | 93.09º | 0.98% | 0.55% | - |
| XYZ | 11.36 | 19.56 | 3.26 | - |
| YUV | 101.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 3 | 0.54 | 0 | 0.98 | 0.45 | 93.09 | 0.96 | 0.28 |
| Hex | 40 | 8B | 3 | 36 | 0 | 62 | 2D | 5D | 60 | 1C |
| Octal | 100 | 213 | 3 | 66 | 0 | 142 | 55 | 135 | 140 | 34 |
| Binary | 1000000 | 10001011 | 11 | 110110 | 0 | 1100010 | 101101 | 1011101 | 1100000 | 11100 |
Color Harmonies of #408B03
Complementary color
Monochromatic Colors of #408B03
Black with #408B03
Text Example
Text Example
White with #408B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B03; }
p { color: rgb(64,139,3); }
H1.HeaderClassName
{
color: #408B03;
}
.AnyTagClassName
{
color: #408B03;
}
</style>
background-color css
<style>
a { background-color: #408B03; }
a { background-color: rgb(64,139,3); }
div.DivClassName
{
background-color: #408B03;
}
.BgClassName
{
background-color: #408B03;
}
</style>
border-color css
<style>
span { border-color: #408B03; }
span { border-color: rgb(64,139,3); }
td.TdClassName
{
border-color: #408B03;
}
.TagClassName
{
border-color: #408B03;
}
</style>