Shades of Bilbao #418206
Tints of Bilbao #418206
RGB
CMYK
RGB Variations
Color information
#418206 (or 0x418206) is known color: Bilbao. HEX triplet: 41, 82 and 06. RGB value is (65,130,6). Sum of RGB (Red+Green+Blue) = 65+130+6=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #418206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418206 is #BE7DF9. Grayscale: #606060. Windows color (decimal): -12484090 or 426561. OLE color: 426561.
HSL color Cylindrical-coordinate representation of color #418206: hue angle of 91.45º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #418206 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 6 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.49 |
| HSL | 91.45º | 0.91% | 0.27% | - |
| HSV(B) | 91.45º | 0.95% | 0.51% | - |
| XYZ | 10.2 | 17.1 | 2.94 | - |
| YUV | 96.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 6 | 0.50 | 0 | 0.95 | 0.49 | 91.45 | 0.91 | 0.27 |
| Hex | 41 | 82 | 6 | 32 | 0 | 5F | 31 | 5B | 5B | 1B |
| Octal | 101 | 202 | 6 | 62 | 0 | 137 | 61 | 133 | 133 | 33 |
| Binary | 1000001 | 10000010 | 110 | 110010 | 0 | 1011111 | 110001 | 1011011 | 1011011 | 11011 |
Color Harmonies of #418206
Complementary color
Monochromatic Colors of #418206
Black with #418206
Text Example
Text Example
White with #418206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418206; }
p { color: rgb(65,130,6); }
H1.HeaderClassName
{
color: #418206;
}
.AnyTagClassName
{
color: #418206;
}
</style>
background-color css
<style>
a { background-color: #418206; }
a { background-color: rgb(65,130,6); }
div.DivClassName
{
background-color: #418206;
}
.BgClassName
{
background-color: #418206;
}
</style>
border-color css
<style>
span { border-color: #418206; }
span { border-color: rgb(65,130,6); }
td.TdClassName
{
border-color: #418206;
}
.TagClassName
{
border-color: #418206;
}
</style>