Shades of Bilbao #41722F
Tints of Bilbao #41722F
RGB
CMYK
RGB Variations
Color information
#41722F (or 0x41722F) is known color: Bilbao. HEX triplet: 41, 72 and 2F. RGB value is (65,114,47). Sum of RGB (Red+Green+Blue) = 65+114+47=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #41722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41722F is #BE8DD0. Grayscale: #5B5B5B. Windows color (decimal): -12488145 or 3109441. OLE color: 3109441.
HSL color Cylindrical-coordinate representation of color #41722F: hue angle of 103.88º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41722F is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 47 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.55 |
| HSL | 103.88º | 0.42% | 0.32% | - |
| HSV(B) | 103.88º | 0.59% | 0.45% | - |
| XYZ | 8.71 | 13.36 | 4.81 | - |
| YUV | 91.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 47 | 0.43 | 0 | 0.59 | 0.55 | 103.88 | 0.42 | 0.32 |
| Hex | 41 | 72 | 2F | 2B | 0 | 3B | 37 | 68 | 2A | 20 |
| Octal | 101 | 162 | 57 | 53 | 0 | 73 | 67 | 150 | 52 | 40 |
| Binary | 1000001 | 1110010 | 101111 | 101011 | 0 | 111011 | 110111 | 1101000 | 101010 | 100000 |
Color Harmonies of #41722F
Complementary color
Monochromatic Colors of #41722F
Black with #41722F
Text Example
Text Example
White with #41722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41722F; }
p { color: rgb(65,114,47); }
H1.HeaderClassName
{
color: #41722F;
}
.AnyTagClassName
{
color: #41722F;
}
</style>
background-color css
<style>
a { background-color: #41722F; }
a { background-color: rgb(65,114,47); }
div.DivClassName
{
background-color: #41722F;
}
.BgClassName
{
background-color: #41722F;
}
</style>
border-color css
<style>
span { border-color: #41722F; }
span { border-color: rgb(65,114,47); }
td.TdClassName
{
border-color: #41722F;
}
.TagClassName
{
border-color: #41722F;
}
</style>