Shades of Bilbao #40781E
Tints of Bilbao #40781E
RGB
CMYK
RGB Variations
Color information
#40781E (or 0x40781E) is known color: Bilbao. HEX triplet: 40, 78 and 1E. RGB value is (64,120,30). Sum of RGB (Red+Green+Blue) = 64+120+30=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #40781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40781E is #BF87E1. Grayscale: #5D5D5D. Windows color (decimal): -12552162 or 1996864. OLE color: 1996864.
HSL color Cylindrical-coordinate representation of color #40781E: hue angle of 97.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40781E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 120 | 30 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.53 |
| HSL | 97.33º | 0.6% | 0.29% | - |
| HSV(B) | 97.33º | 0.75% | 0.47% | - |
| XYZ | 9.07 | 14.62 | 3.57 | - |
| YUV | 93 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 30 | 0.47 | 0 | 0.75 | 0.53 | 97.33 | 0.6 | 0.29 |
| Hex | 40 | 78 | 1E | 2F | 0 | 4B | 35 | 61 | 3C | 1D |
| Octal | 100 | 170 | 36 | 57 | 0 | 113 | 65 | 141 | 74 | 35 |
| Binary | 1000000 | 1111000 | 11110 | 101111 | 0 | 1001011 | 110101 | 1100001 | 111100 | 11101 |
Color Harmonies of #40781E
Complementary color
Monochromatic Colors of #40781E
Black with #40781E
Text Example
Text Example
White with #40781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40781E; }
p { color: rgb(64,120,30); }
H1.HeaderClassName
{
color: #40781E;
}
.AnyTagClassName
{
color: #40781E;
}
</style>
background-color css
<style>
a { background-color: #40781E; }
a { background-color: rgb(64,120,30); }
div.DivClassName
{
background-color: #40781E;
}
.BgClassName
{
background-color: #40781E;
}
</style>
border-color css
<style>
span { border-color: #40781E; }
span { border-color: rgb(64,120,30); }
td.TdClassName
{
border-color: #40781E;
}
.TagClassName
{
border-color: #40781E;
}
</style>