Shades of Bilbao #418215
Tints of Bilbao #418215
RGB
CMYK
RGB Variations
Color information
#418215 (or 0x418215) is known color: Bilbao. HEX triplet: 41, 82 and 15. RGB value is (65,130,21). Sum of RGB (Red+Green+Blue) = 65+130+21=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #418215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418215 is #BE7DEA. Grayscale: #626262. Windows color (decimal): -12484075 or 1409601. OLE color: 1409601.
HSL color Cylindrical-coordinate representation of color #418215: hue angle of 95.78º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #418215 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 21 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.49 |
| HSL | 95.78º | 0.72% | 0.3% | - |
| HSV(B) | 95.78º | 0.84% | 0.51% | - |
| XYZ | 10.3 | 17.14 | 3.48 | - |
| YUV | 98.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 21 | 0.50 | 0 | 0.84 | 0.49 | 95.78 | 0.72 | 0.3 |
| Hex | 41 | 82 | 15 | 32 | 0 | 54 | 31 | 60 | 48 | 1E |
| Octal | 101 | 202 | 25 | 62 | 0 | 124 | 61 | 140 | 110 | 36 |
| Binary | 1000001 | 10000010 | 10101 | 110010 | 0 | 1010100 | 110001 | 1100000 | 1001000 | 11110 |
Color Harmonies of #418215
Complementary color
Monochromatic Colors of #418215
Black with #418215
Text Example
Text Example
White with #418215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418215; }
p { color: rgb(65,130,21); }
H1.HeaderClassName
{
color: #418215;
}
.AnyTagClassName
{
color: #418215;
}
</style>
background-color css
<style>
a { background-color: #418215; }
a { background-color: rgb(65,130,21); }
div.DivClassName
{
background-color: #418215;
}
.BgClassName
{
background-color: #418215;
}
</style>
border-color css
<style>
span { border-color: #418215; }
span { border-color: rgb(65,130,21); }
td.TdClassName
{
border-color: #418215;
}
.TagClassName
{
border-color: #418215;
}
</style>