Shades of Bilbao #417822
Tints of Bilbao #417822
RGB
CMYK
RGB Variations
Color information
#417822 (or 0x417822) is known color: Bilbao. HEX triplet: 41, 78 and 22. RGB value is (65,120,34). Sum of RGB (Red+Green+Blue) = 65+120+34=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #417822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417822 is #BE87DD. Grayscale: #5E5E5E. Windows color (decimal): -12486622 or 2259009. OLE color: 2259009.
HSL color Cylindrical-coordinate representation of color #417822: hue angle of 98.37º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417822 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 34 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.53 |
| HSL | 98.37º | 0.56% | 0.3% | - |
| HSV(B) | 98.37º | 0.72% | 0.47% | - |
| XYZ | 9.19 | 14.67 | 3.86 | - |
| YUV | 93.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 34 | 0.46 | 0 | 0.72 | 0.53 | 98.37 | 0.56 | 0.3 |
| Hex | 41 | 78 | 22 | 2E | 0 | 48 | 35 | 62 | 38 | 1E |
| Octal | 101 | 170 | 42 | 56 | 0 | 110 | 65 | 142 | 70 | 36 |
| Binary | 1000001 | 1111000 | 100010 | 101110 | 0 | 1001000 | 110101 | 1100010 | 111000 | 11110 |
Color Harmonies of #417822
Complementary color
Monochromatic Colors of #417822
Black with #417822
Text Example
Text Example
White with #417822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417822; }
p { color: rgb(65,120,34); }
H1.HeaderClassName
{
color: #417822;
}
.AnyTagClassName
{
color: #417822;
}
</style>
background-color css
<style>
a { background-color: #417822; }
a { background-color: rgb(65,120,34); }
div.DivClassName
{
background-color: #417822;
}
.BgClassName
{
background-color: #417822;
}
</style>
border-color css
<style>
span { border-color: #417822; }
span { border-color: rgb(65,120,34); }
td.TdClassName
{
border-color: #417822;
}
.TagClassName
{
border-color: #417822;
}
</style>