Shades of Bilbao #418A05
Tints of Bilbao #418A05
RGB
CMYK
RGB Variations
Color information
#418A05 (or 0x418A05) is known color: Bilbao. HEX triplet: 41, 8A and 05. RGB value is (65,138,5). Sum of RGB (Red+Green+Blue) = 65+138+5=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 138 (54.30% from 255 or 66.35% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 138 - color contains mainly: green. Hex color #418A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418A05 is #BE75FA. Grayscale: #656565. Windows color (decimal): -12482043 or 363073. OLE color: 363073.
HSL color Cylindrical-coordinate representation of color #418A05: hue angle of 92.93º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418A05 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 5 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.46 |
| HSL | 92.93º | 0.93% | 0.28% | - |
| HSV(B) | 92.93º | 0.96% | 0.54% | - |
| XYZ | 11.3 | 19.31 | 3.28 | - |
| YUV | 101.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 5 | 0.53 | 0 | 0.96 | 0.46 | 92.93 | 0.93 | 0.28 |
| Hex | 41 | 8A | 5 | 35 | 0 | 60 | 2E | 5D | 5D | 1C |
| Octal | 101 | 212 | 5 | 65 | 0 | 140 | 56 | 135 | 135 | 34 |
| Binary | 1000001 | 10001010 | 101 | 110101 | 0 | 1100000 | 101110 | 1011101 | 1011101 | 11100 |
Color Harmonies of #418A05
Complementary color
Monochromatic Colors of #418A05
Black with #418A05
Text Example
Text Example
White with #418A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A05; }
p { color: rgb(65,138,5); }
H1.HeaderClassName
{
color: #418A05;
}
.AnyTagClassName
{
color: #418A05;
}
</style>
background-color css
<style>
a { background-color: #418A05; }
a { background-color: rgb(65,138,5); }
div.DivClassName
{
background-color: #418A05;
}
.BgClassName
{
background-color: #418A05;
}
</style>
border-color css
<style>
span { border-color: #418A05; }
span { border-color: rgb(65,138,5); }
td.TdClassName
{
border-color: #418A05;
}
.TagClassName
{
border-color: #418A05;
}
</style>