Shades of Bilbao #41722A
Tints of Bilbao #41722A
RGB
CMYK
RGB Variations
Color information
#41722A (or 0x41722A) is known color: Bilbao. HEX triplet: 41, 72 and 2A. RGB value is (65,114,42). Sum of RGB (Red+Green+Blue) = 65+114+42=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #41722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41722A is #BE8DD5. Grayscale: #5B5B5B. Windows color (decimal): -12488150 or 2781761. OLE color: 2781761.
HSL color Cylindrical-coordinate representation of color #41722A: hue angle of 100.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41722A is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 42 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.55 |
| HSL | 100.83º | 0.46% | 0.31% | - |
| HSV(B) | 100.83º | 0.63% | 0.45% | - |
| XYZ | 8.62 | 13.33 | 4.31 | - |
| YUV | 91.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 42 | 0.43 | 0 | 0.63 | 0.55 | 100.83 | 0.46 | 0.31 |
| Hex | 41 | 72 | 2A | 2B | 0 | 3F | 37 | 65 | 2E | 1F |
| Octal | 101 | 162 | 52 | 53 | 0 | 77 | 67 | 145 | 56 | 37 |
| Binary | 1000001 | 1110010 | 101010 | 101011 | 0 | 111111 | 110111 | 1100101 | 101110 | 11111 |
Color Harmonies of #41722A
Complementary color
Monochromatic Colors of #41722A
Black with #41722A
Text Example
Text Example
White with #41722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41722A; }
p { color: rgb(65,114,42); }
H1.HeaderClassName
{
color: #41722A;
}
.AnyTagClassName
{
color: #41722A;
}
</style>
background-color css
<style>
a { background-color: #41722A; }
a { background-color: rgb(65,114,42); }
div.DivClassName
{
background-color: #41722A;
}
.BgClassName
{
background-color: #41722A;
}
</style>
border-color css
<style>
span { border-color: #41722A; }
span { border-color: rgb(65,114,42); }
td.TdClassName
{
border-color: #41722A;
}
.TagClassName
{
border-color: #41722A;
}
</style>