Shades of Bilbao #41772B
Tints of Bilbao #41772B
RGB
CMYK
RGB Variations
Color information
#41772B (or 0x41772B) is known color: Bilbao. HEX triplet: 41, 77 and 2B. RGB value is (65,119,43). Sum of RGB (Red+Green+Blue) = 65+119+43=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #41772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41772B is #BE88D4. Grayscale: #5E5E5E. Windows color (decimal): -12486869 or 2848577. OLE color: 2848577.
HSL color Cylindrical-coordinate representation of color #41772B: hue angle of 102.63º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41772B is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 43 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.53 |
| HSL | 102.63º | 0.47% | 0.32% | - |
| HSV(B) | 102.63º | 0.64% | 0.47% | - |
| XYZ | 9.21 | 14.49 | 4.6 | - |
| YUV | 94.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 43 | 0.45 | 0 | 0.64 | 0.53 | 102.63 | 0.47 | 0.32 |
| Hex | 41 | 77 | 2B | 2D | 0 | 40 | 35 | 67 | 2F | 20 |
| Octal | 101 | 167 | 53 | 55 | 0 | 100 | 65 | 147 | 57 | 40 |
| Binary | 1000001 | 1110111 | 101011 | 101101 | 0 | 1000000 | 110101 | 1100111 | 101111 | 100000 |
Color Harmonies of #41772B
Complementary color
Monochromatic Colors of #41772B
Black with #41772B
Text Example
Text Example
White with #41772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41772B; }
p { color: rgb(65,119,43); }
H1.HeaderClassName
{
color: #41772B;
}
.AnyTagClassName
{
color: #41772B;
}
</style>
background-color css
<style>
a { background-color: #41772B; }
a { background-color: rgb(65,119,43); }
div.DivClassName
{
background-color: #41772B;
}
.BgClassName
{
background-color: #41772B;
}
</style>
border-color css
<style>
span { border-color: #41772B; }
span { border-color: rgb(65,119,43); }
td.TdClassName
{
border-color: #41772B;
}
.TagClassName
{
border-color: #41772B;
}
</style>