Shades of Bilbao #41772F
Tints of Bilbao #41772F
RGB
CMYK
RGB Variations
Color information
#41772F (or 0x41772F) is known color: Bilbao. HEX triplet: 41, 77 and 2F. RGB value is (65,119,47). Sum of RGB (Red+Green+Blue) = 65+119+47=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #41772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41772F is #BE88D0. Grayscale: #5E5E5E. Windows color (decimal): -12486865 or 3110721. OLE color: 3110721.
HSL color Cylindrical-coordinate representation of color #41772F: hue angle of 105º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41772F is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 119 | 47 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.53 |
| HSL | 105º | 0.43% | 0.33% | - |
| HSV(B) | 105º | 0.61% | 0.47% | - |
| XYZ | 9.29 | 14.52 | 5 | - |
| YUV | 94.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 119 | 47 | 0.45 | 0 | 0.61 | 0.53 | 105 | 0.43 | 0.33 |
| Hex | 41 | 77 | 2F | 2D | 0 | 3D | 35 | 69 | 2B | 21 |
| Octal | 101 | 167 | 57 | 55 | 0 | 75 | 65 | 151 | 53 | 41 |
| Binary | 1000001 | 1110111 | 101111 | 101101 | 0 | 111101 | 110101 | 1101001 | 101011 | 100001 |
Color Harmonies of #41772F
Complementary color
Monochromatic Colors of #41772F
Black with #41772F
Text Example
Text Example
White with #41772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41772F; }
p { color: rgb(65,119,47); }
H1.HeaderClassName
{
color: #41772F;
}
.AnyTagClassName
{
color: #41772F;
}
</style>
background-color css
<style>
a { background-color: #41772F; }
a { background-color: rgb(65,119,47); }
div.DivClassName
{
background-color: #41772F;
}
.BgClassName
{
background-color: #41772F;
}
</style>
border-color css
<style>
span { border-color: #41772F; }
span { border-color: rgb(65,119,47); }
td.TdClassName
{
border-color: #41772F;
}
.TagClassName
{
border-color: #41772F;
}
</style>