Shades of Bilbao #41770D
Tints of Bilbao #41770D
RGB
CMYK
RGB Variations
Color information
#41770D (or 0x41770D) is known color: Bilbao. HEX triplet: 41, 77 and 0D. RGB value is (65,119,13). Sum of RGB (Red+Green+Blue) = 65+119+13=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #41770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41770D is #BE88F2. Grayscale: #5B5B5B. Windows color (decimal): -12486899 or 882497. OLE color: 882497.
HSL color Cylindrical-coordinate representation of color #41770D: hue angle of 90.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41770D is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 13 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.53 |
| HSL | 90.57º | 0.8% | 0.26% | - |
| HSV(B) | 90.57º | 0.89% | 0.47% | - |
| XYZ | 8.85 | 14.35 | 2.68 | - |
| YUV | 90.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 13 | 0.45 | 0 | 0.89 | 0.53 | 90.57 | 0.8 | 0.26 |
| Hex | 41 | 77 | D | 2D | 0 | 59 | 35 | 5B | 50 | 1A |
| Octal | 101 | 167 | 15 | 55 | 0 | 131 | 65 | 133 | 120 | 32 |
| Binary | 1000001 | 1110111 | 1101 | 101101 | 0 | 1011001 | 110101 | 1011011 | 1010000 | 11010 |
Color Harmonies of #41770D
Complementary color
Monochromatic Colors of #41770D
Black with #41770D
Text Example
Text Example
White with #41770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41770D; }
p { color: rgb(65,119,13); }
H1.HeaderClassName
{
color: #41770D;
}
.AnyTagClassName
{
color: #41770D;
}
</style>
background-color css
<style>
a { background-color: #41770D; }
a { background-color: rgb(65,119,13); }
div.DivClassName
{
background-color: #41770D;
}
.BgClassName
{
background-color: #41770D;
}
</style>
border-color css
<style>
span { border-color: #41770D; }
span { border-color: rgb(65,119,13); }
td.TdClassName
{
border-color: #41770D;
}
.TagClassName
{
border-color: #41770D;
}
</style>