Shades of Bilbao #41772D
Tints of Bilbao #41772D
RGB
CMYK
RGB Variations
Color information
#41772D (or 0x41772D) is known color: Bilbao. HEX triplet: 41, 77 and 2D. RGB value is (65,119,45). Sum of RGB (Red+Green+Blue) = 65+119+45=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #41772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41772D is #BE88D2. Grayscale: #5E5E5E. Windows color (decimal): -12486867 or 2979649. OLE color: 2979649.
HSL color Cylindrical-coordinate representation of color #41772D: hue angle of 103.78º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41772D is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 45 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.53 |
| HSL | 103.78º | 0.45% | 0.32% | - |
| HSV(B) | 103.78º | 0.62% | 0.47% | - |
| XYZ | 9.25 | 14.51 | 4.8 | - |
| YUV | 94.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 45 | 0.45 | 0 | 0.62 | 0.53 | 103.78 | 0.45 | 0.32 |
| Hex | 41 | 77 | 2D | 2D | 0 | 3E | 35 | 68 | 2D | 20 |
| Octal | 101 | 167 | 55 | 55 | 0 | 76 | 65 | 150 | 55 | 40 |
| Binary | 1000001 | 1110111 | 101101 | 101101 | 0 | 111110 | 110101 | 1101000 | 101101 | 100000 |
Color Harmonies of #41772D
Complementary color
Monochromatic Colors of #41772D
Black with #41772D
Text Example
Text Example
White with #41772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41772D; }
p { color: rgb(65,119,45); }
H1.HeaderClassName
{
color: #41772D;
}
.AnyTagClassName
{
color: #41772D;
}
</style>
background-color css
<style>
a { background-color: #41772D; }
a { background-color: rgb(65,119,45); }
div.DivClassName
{
background-color: #41772D;
}
.BgClassName
{
background-color: #41772D;
}
</style>
border-color css
<style>
span { border-color: #41772D; }
span { border-color: rgb(65,119,45); }
td.TdClassName
{
border-color: #41772D;
}
.TagClassName
{
border-color: #41772D;
}
</style>