Shades of Bilbao #418128
Tints of Bilbao #418128
RGB
CMYK
RGB Variations
Color information
#418128 (or 0x418128) is known color: Bilbao. HEX triplet: 41, 81 and 28. RGB value is (65,129,40). Sum of RGB (Red+Green+Blue) = 65+129+40=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #418128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418128 is #BE7ED7. Grayscale: #646464. Windows color (decimal): -12484312 or 2654529. OLE color: 2654529.
HSL color Cylindrical-coordinate representation of color #418128: hue angle of 103.15º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418128 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 40 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.49 |
| HSL | 103.15º | 0.53% | 0.33% | - |
| HSV(B) | 103.15º | 0.69% | 0.51% | - |
| XYZ | 10.41 | 16.98 | 4.74 | - |
| YUV | 99.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 40 | 0.50 | 0 | 0.69 | 0.49 | 103.15 | 0.53 | 0.33 |
| Hex | 41 | 81 | 28 | 32 | 0 | 45 | 31 | 67 | 35 | 21 |
| Octal | 101 | 201 | 50 | 62 | 0 | 105 | 61 | 147 | 65 | 41 |
| Binary | 1000001 | 10000001 | 101000 | 110010 | 0 | 1000101 | 110001 | 1100111 | 110101 | 100001 |
Color Harmonies of #418128
Complementary color
Monochromatic Colors of #418128
Black with #418128
Text Example
Text Example
White with #418128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418128; }
p { color: rgb(65,129,40); }
H1.HeaderClassName
{
color: #418128;
}
.AnyTagClassName
{
color: #418128;
}
</style>
background-color css
<style>
a { background-color: #418128; }
a { background-color: rgb(65,129,40); }
div.DivClassName
{
background-color: #418128;
}
.BgClassName
{
background-color: #418128;
}
</style>
border-color css
<style>
span { border-color: #418128; }
span { border-color: rgb(65,129,40); }
td.TdClassName
{
border-color: #418128;
}
.TagClassName
{
border-color: #418128;
}
</style>