Shades of Bilbao #418B01
Tints of Bilbao #418B01
RGB
CMYK
RGB Variations
Color information
#418B01 (or 0x418B01) is known color: Bilbao. HEX triplet: 41, 8B and 01. RGB value is (65,139,1). Sum of RGB (Red+Green+Blue) = 65+139+1=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 139 (54.69% from 255 or 67.80% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 139 - color contains mainly: green. Hex color #418B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418B01 is #BE74FE. Grayscale: #656565. Windows color (decimal): -12481791 or 101185. OLE color: 101185.
HSL color Cylindrical-coordinate representation of color #418B01: hue angle of 92.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #418B01 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 1 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.45 |
| HSL | 92.17º | 0.99% | 0.27% | - |
| HSV(B) | 92.17º | 0.99% | 0.55% | - |
| XYZ | 11.42 | 19.59 | 3.21 | - |
| YUV | 101.14 | 71.48 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 1 | 0.53 | 0 | 0.99 | 0.45 | 92.17 | 0.99 | 0.27 |
| Hex | 41 | 8B | 1 | 35 | 0 | 63 | 2D | 5C | 63 | 1B |
| Octal | 101 | 213 | 1 | 65 | 0 | 143 | 55 | 134 | 143 | 33 |
| Binary | 1000001 | 10001011 | 1 | 110101 | 0 | 1100011 | 101101 | 1011100 | 1100011 | 11011 |
Color Harmonies of #418B01
Complementary color
Monochromatic Colors of #418B01
Black with #418B01
Text Example
Text Example
White with #418B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B01; }
p { color: rgb(65,139,1); }
H1.HeaderClassName
{
color: #418B01;
}
.AnyTagClassName
{
color: #418B01;
}
</style>
background-color css
<style>
a { background-color: #418B01; }
a { background-color: rgb(65,139,1); }
div.DivClassName
{
background-color: #418B01;
}
.BgClassName
{
background-color: #418B01;
}
</style>
border-color css
<style>
span { border-color: #418B01; }
span { border-color: rgb(65,139,1); }
td.TdClassName
{
border-color: #418B01;
}
.TagClassName
{
border-color: #418B01;
}
</style>