Shades of Bilbao #407B0F
Tints of Bilbao #407B0F
RGB
CMYK
RGB Variations
Color information
#407B0F (or 0x407B0F) is known color: Bilbao. HEX triplet: 40, 7B and 0F. RGB value is (64,123,15). Sum of RGB (Red+Green+Blue) = 64+123+15=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #407B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B0F is #BF84F0. Grayscale: #5D5D5D. Windows color (decimal): -12551409 or 1014592. OLE color: 1014592.
HSL color Cylindrical-coordinate representation of color #407B0F: hue angle of 92.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #407B0F is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 15 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.52 |
| HSL | 92.78º | 0.78% | 0.27% | - |
| HSV(B) | 92.78º | 0.88% | 0.48% | - |
| XYZ | 9.28 | 15.29 | 2.91 | - |
| YUV | 93.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 15 | 0.48 | 0 | 0.88 | 0.52 | 92.78 | 0.78 | 0.27 |
| Hex | 40 | 7B | F | 30 | 0 | 58 | 34 | 5D | 4E | 1B |
| Octal | 100 | 173 | 17 | 60 | 0 | 130 | 64 | 135 | 116 | 33 |
| Binary | 1000000 | 1111011 | 1111 | 110000 | 0 | 1011000 | 110100 | 1011101 | 1001110 | 11011 |
Color Harmonies of #407B0F
Complementary color
Monochromatic Colors of #407B0F
Black with #407B0F
Text Example
Text Example
White with #407B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B0F; }
p { color: rgb(64,123,15); }
H1.HeaderClassName
{
color: #407B0F;
}
.AnyTagClassName
{
color: #407B0F;
}
</style>
background-color css
<style>
a { background-color: #407B0F; }
a { background-color: rgb(64,123,15); }
div.DivClassName
{
background-color: #407B0F;
}
.BgClassName
{
background-color: #407B0F;
}
</style>
border-color css
<style>
span { border-color: #407B0F; }
span { border-color: rgb(64,123,15); }
td.TdClassName
{
border-color: #407B0F;
}
.TagClassName
{
border-color: #407B0F;
}
</style>