Shades of Bilbao #407B19
Tints of Bilbao #407B19
RGB
CMYK
RGB Variations
Color information
#407B19 (or 0x407B19) is known color: Bilbao. HEX triplet: 40, 7B and 19. RGB value is (64,123,25). Sum of RGB (Red+Green+Blue) = 64+123+25=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 123 (48.44% from 255 or 58.02% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 123 - color contains mainly: green. Hex color #407B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407B19 is #BF84E6. Grayscale: #5E5E5E. Windows color (decimal): -12551399 or 1669952. OLE color: 1669952.
HSL color Cylindrical-coordinate representation of color #407B19: hue angle of 96.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #407B19 is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 123 | 25 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.52 |
| HSL | 96.12º | 0.66% | 0.29% | - |
| HSV(B) | 96.12º | 0.8% | 0.48% | - |
| XYZ | 9.37 | 15.33 | 3.38 | - |
| YUV | 94.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 25 | 0.48 | 0 | 0.80 | 0.52 | 96.12 | 0.66 | 0.29 |
| Hex | 40 | 7B | 19 | 30 | 0 | 50 | 34 | 60 | 42 | 1D |
| Octal | 100 | 173 | 31 | 60 | 0 | 120 | 64 | 140 | 102 | 35 |
| Binary | 1000000 | 1111011 | 11001 | 110000 | 0 | 1010000 | 110100 | 1100000 | 1000010 | 11101 |
Color Harmonies of #407B19
Complementary color
Monochromatic Colors of #407B19
Black with #407B19
Text Example
Text Example
White with #407B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407B19; }
p { color: rgb(64,123,25); }
H1.HeaderClassName
{
color: #407B19;
}
.AnyTagClassName
{
color: #407B19;
}
</style>
background-color css
<style>
a { background-color: #407B19; }
a { background-color: rgb(64,123,25); }
div.DivClassName
{
background-color: #407B19;
}
.BgClassName
{
background-color: #407B19;
}
</style>
border-color css
<style>
span { border-color: #407B19; }
span { border-color: rgb(64,123,25); }
td.TdClassName
{
border-color: #407B19;
}
.TagClassName
{
border-color: #407B19;
}
</style>