Shades of Bilbao #418424
Tints of Bilbao #418424
RGB
CMYK
RGB Variations
Color information
#418424 (or 0x418424) is known color: Bilbao. HEX triplet: 41, 84 and 24. RGB value is (65,132,36). Sum of RGB (Red+Green+Blue) = 65+132+36=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #418424 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418424 is #BE7BDB. Grayscale: #656565. Windows color (decimal): -12483548 or 2393153. OLE color: 2393153.
HSL color Cylindrical-coordinate representation of color #418424: hue angle of 101.88º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #418424 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 132 | 36 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.48 |
| HSL | 101.88º | 0.57% | 0.33% | - |
| HSV(B) | 101.88º | 0.73% | 0.52% | - |
| XYZ | 10.75 | 17.75 | 4.53 | - |
| YUV | 101.02 | 91.3 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 36 | 0.51 | 0 | 0.73 | 0.48 | 101.88 | 0.57 | 0.33 |
| Hex | 41 | 84 | 24 | 33 | 0 | 49 | 30 | 66 | 39 | 21 |
| Octal | 101 | 204 | 44 | 63 | 0 | 111 | 60 | 146 | 71 | 41 |
| Binary | 1000001 | 10000100 | 100100 | 110011 | 0 | 1001001 | 110000 | 1100110 | 111001 | 100001 |
Color Harmonies of #418424
Complementary color
Monochromatic Colors of #418424
Black with #418424
Text Example
Text Example
White with #418424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418424; }
p { color: rgb(65,132,36); }
H1.HeaderClassName
{
color: #418424;
}
.AnyTagClassName
{
color: #418424;
}
</style>
background-color css
<style>
a { background-color: #418424; }
a { background-color: rgb(65,132,36); }
div.DivClassName
{
background-color: #418424;
}
.BgClassName
{
background-color: #418424;
}
</style>
border-color css
<style>
span { border-color: #418424; }
span { border-color: rgb(65,132,36); }
td.TdClassName
{
border-color: #418424;
}
.TagClassName
{
border-color: #418424;
}
</style>