Shades of Bilbao #407D0D
Tints of Bilbao #407D0D
RGB
CMYK
RGB Variations
Color information
#407D0D (or 0x407D0D) is known color: Bilbao. HEX triplet: 40, 7D and 0D. RGB value is (64,125,13). Sum of RGB (Red+Green+Blue) = 64+125+13=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #407D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407D0D is #BF82F2. Grayscale: #5E5E5E. Windows color (decimal): -12550899 or 884032. OLE color: 884032.
HSL color Cylindrical-coordinate representation of color #407D0D: hue angle of 92.68º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #407D0D is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 125 | 13 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.51 |
| HSL | 92.68º | 0.81% | 0.27% | - |
| HSV(B) | 92.68º | 0.9% | 0.49% | - |
| XYZ | 9.52 | 15.79 | 2.93 | - |
| YUV | 93.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 13 | 0.49 | 0 | 0.90 | 0.51 | 92.68 | 0.81 | 0.27 |
| Hex | 40 | 7D | D | 31 | 0 | 5A | 33 | 5D | 51 | 1B |
| Octal | 100 | 175 | 15 | 61 | 0 | 132 | 63 | 135 | 121 | 33 |
| Binary | 1000000 | 1111101 | 1101 | 110001 | 0 | 1011010 | 110011 | 1011101 | 1010001 | 11011 |
Color Harmonies of #407D0D
Complementary color
Monochromatic Colors of #407D0D
Black with #407D0D
Text Example
Text Example
White with #407D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407D0D; }
p { color: rgb(64,125,13); }
H1.HeaderClassName
{
color: #407D0D;
}
.AnyTagClassName
{
color: #407D0D;
}
</style>
background-color css
<style>
a { background-color: #407D0D; }
a { background-color: rgb(64,125,13); }
div.DivClassName
{
background-color: #407D0D;
}
.BgClassName
{
background-color: #407D0D;
}
</style>
border-color css
<style>
span { border-color: #407D0D; }
span { border-color: rgb(64,125,13); }
td.TdClassName
{
border-color: #407D0D;
}
.TagClassName
{
border-color: #407D0D;
}
</style>