Shades of Bilbao #417823
Tints of Bilbao #417823
RGB
CMYK
RGB Variations
Color information
#417823 (or 0x417823) is known color: Bilbao. HEX triplet: 41, 78 and 23. RGB value is (65,120,35). Sum of RGB (Red+Green+Blue) = 65+120+35=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #417823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417823 is #BE87DC. Grayscale: #5E5E5E. Windows color (decimal): -12486621 or 2324545. OLE color: 2324545.
HSL color Cylindrical-coordinate representation of color #417823: hue angle of 98.82º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #417823 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 120 | 35 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.53 |
| HSL | 98.82º | 0.55% | 0.3% | - |
| HSV(B) | 98.82º | 0.71% | 0.47% | - |
| XYZ | 9.2 | 14.68 | 3.94 | - |
| YUV | 93.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 35 | 0.46 | 0 | 0.71 | 0.53 | 98.82 | 0.55 | 0.3 |
| Hex | 41 | 78 | 23 | 2E | 0 | 47 | 35 | 63 | 37 | 1E |
| Octal | 101 | 170 | 43 | 56 | 0 | 107 | 65 | 143 | 67 | 36 |
| Binary | 1000001 | 1111000 | 100011 | 101110 | 0 | 1000111 | 110101 | 1100011 | 110111 | 11110 |
Color Harmonies of #417823
Complementary color
Monochromatic Colors of #417823
Black with #417823
Text Example
Text Example
White with #417823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417823; }
p { color: rgb(65,120,35); }
H1.HeaderClassName
{
color: #417823;
}
.AnyTagClassName
{
color: #417823;
}
</style>
background-color css
<style>
a { background-color: #417823; }
a { background-color: rgb(65,120,35); }
div.DivClassName
{
background-color: #417823;
}
.BgClassName
{
background-color: #417823;
}
</style>
border-color css
<style>
span { border-color: #417823; }
span { border-color: rgb(65,120,35); }
td.TdClassName
{
border-color: #417823;
}
.TagClassName
{
border-color: #417823;
}
</style>