Shades of Bilbao #418214
Tints of Bilbao #418214
RGB
CMYK
RGB Variations
Color information
#418214 (or 0x418214) is known color: Bilbao. HEX triplet: 41, 82 and 14. RGB value is (65,130,20). Sum of RGB (Red+Green+Blue) = 65+130+20=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #418214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418214 is #BE7DEB. Grayscale: #626262. Windows color (decimal): -12484076 or 1344065. OLE color: 1344065.
HSL color Cylindrical-coordinate representation of color #418214: hue angle of 95.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #418214 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 20 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.49 |
| HSL | 95.45º | 0.73% | 0.29% | - |
| HSV(B) | 95.45º | 0.85% | 0.51% | - |
| XYZ | 10.29 | 17.14 | 3.43 | - |
| YUV | 98.03 | 83.97 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 20 | 0.50 | 0 | 0.85 | 0.49 | 95.45 | 0.73 | 0.29 |
| Hex | 41 | 82 | 14 | 32 | 0 | 55 | 31 | 5F | 49 | 1D |
| Octal | 101 | 202 | 24 | 62 | 0 | 125 | 61 | 137 | 111 | 35 |
| Binary | 1000001 | 10000010 | 10100 | 110010 | 0 | 1010101 | 110001 | 1011111 | 1001001 | 11101 |
Color Harmonies of #418214
Complementary color
Monochromatic Colors of #418214
Black with #418214
Text Example
Text Example
White with #418214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418214; }
p { color: rgb(65,130,20); }
H1.HeaderClassName
{
color: #418214;
}
.AnyTagClassName
{
color: #418214;
}
</style>
background-color css
<style>
a { background-color: #418214; }
a { background-color: rgb(65,130,20); }
div.DivClassName
{
background-color: #418214;
}
.BgClassName
{
background-color: #418214;
}
</style>
border-color css
<style>
span { border-color: #418214; }
span { border-color: rgb(65,130,20); }
td.TdClassName
{
border-color: #418214;
}
.TagClassName
{
border-color: #418214;
}
</style>