Shades of Bilbao #418024
Tints of Bilbao #418024
RGB
CMYK
RGB Variations
Color information
#418024 (or 0x418024) is known color: Bilbao. HEX triplet: 41, 80 and 24. RGB value is (65,128,36). Sum of RGB (Red+Green+Blue) = 65+128+36=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 128 (50.39% from 255 or 55.90% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 128 - color contains mainly: green. Hex color #418024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418024 is #BE7FDB. Grayscale: #626262. Windows color (decimal): -12484572 or 2392129. OLE color: 2392129.
HSL color Cylindrical-coordinate representation of color #418024: hue angle of 101.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #418024 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 128 | 36 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.50 |
| HSL | 101.09º | 0.56% | 0.32% | - |
| HSV(B) | 101.09º | 0.72% | 0.5% | - |
| XYZ | 10.22 | 16.69 | 4.35 | - |
| YUV | 98.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 128 | 36 | 0.49 | 0 | 0.72 | 0.50 | 101.09 | 0.56 | 0.32 |
| Hex | 41 | 80 | 24 | 31 | 0 | 48 | 32 | 65 | 38 | 20 |
| Octal | 101 | 200 | 44 | 61 | 0 | 110 | 62 | 145 | 70 | 40 |
| Binary | 1000001 | 10000000 | 100100 | 110001 | 0 | 1001000 | 110010 | 1100101 | 111000 | 100000 |
Color Harmonies of #418024
Complementary color
Monochromatic Colors of #418024
Black with #418024
Text Example
Text Example
White with #418024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418024; }
p { color: rgb(65,128,36); }
H1.HeaderClassName
{
color: #418024;
}
.AnyTagClassName
{
color: #418024;
}
</style>
background-color css
<style>
a { background-color: #418024; }
a { background-color: rgb(65,128,36); }
div.DivClassName
{
background-color: #418024;
}
.BgClassName
{
background-color: #418024;
}
</style>
border-color css
<style>
span { border-color: #418024; }
span { border-color: rgb(65,128,36); }
td.TdClassName
{
border-color: #418024;
}
.TagClassName
{
border-color: #418024;
}
</style>