Shades of Bilbao #418500
Tints of Bilbao #418500
RGB
CMYK
RGB Variations
Color information
#418500 (or 0x418500) is known color: Bilbao. HEX triplet: 41, 85 and 00. RGB value is (65,133,0). Sum of RGB (Red+Green+Blue) = 65+133+0=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #418500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418500 is #BE7AFF. Grayscale: #616161. Windows color (decimal): -12483328 or 34113. OLE color: 34113.
HSL color Cylindrical-coordinate representation of color #418500: hue angle of 90.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #418500 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 133 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.48 |
| HSL | 90.68º | 1% | 0.26% | - |
| HSV(B) | 90.68º | 1% | 0.52% | - |
| XYZ | 10.57 | 17.9 | 2.9 | - |
| YUV | 97.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 0 | 0.51 | 0 | 1 | 0.48 | 90.68 | 1 | 0.26 |
| Hex | 41 | 85 | 0 | 33 | 0 | 64 | 30 | 5B | 64 | 1A |
| Octal | 101 | 205 | 0 | 63 | 0 | 144 | 60 | 133 | 144 | 32 |
| Binary | 1000001 | 10000101 | 0 | 110011 | 0 | 1100100 | 110000 | 1011011 | 1100100 | 11010 |
Color Harmonies of #418500
Complementary color
Monochromatic Colors of #418500
Black with #418500
Text Example
Text Example
White with #418500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418500; }
p { color: rgb(65,133,0); }
H1.HeaderClassName
{
color: #418500;
}
.AnyTagClassName
{
color: #418500;
}
</style>
background-color css
<style>
a { background-color: #418500; }
a { background-color: rgb(65,133,0); }
div.DivClassName
{
background-color: #418500;
}
.BgClassName
{
background-color: #418500;
}
</style>
border-color css
<style>
span { border-color: #418500; }
span { border-color: rgb(65,133,0); }
td.TdClassName
{
border-color: #418500;
}
.TagClassName
{
border-color: #418500;
}
</style>