Shades of Bilbao #41702A
Tints of Bilbao #41702A
RGB
CMYK
RGB Variations
Color information
#41702A (or 0x41702A) is known color: Bilbao. HEX triplet: 41, 70 and 2A. RGB value is (65,112,42). Sum of RGB (Red+Green+Blue) = 65+112+42=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #41702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41702A is #BE8FD5. Grayscale: #5A5A5A. Windows color (decimal): -12488662 or 2781249. OLE color: 2781249.
HSL color Cylindrical-coordinate representation of color #41702A: hue angle of 100.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41702A is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 112 | 42 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.56 |
| HSL | 100.29º | 0.45% | 0.3% | - |
| HSV(B) | 100.29º | 0.63% | 0.44% | - |
| XYZ | 8.39 | 12.88 | 4.23 | - |
| YUV | 89.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 112 | 42 | 0.42 | 0 | 0.62 | 0.56 | 100.29 | 0.45 | 0.3 |
| Hex | 41 | 70 | 2A | 2A | 0 | 3E | 38 | 64 | 2D | 1E |
| Octal | 101 | 160 | 52 | 52 | 0 | 76 | 70 | 144 | 55 | 36 |
| Binary | 1000001 | 1110000 | 101010 | 101010 | 0 | 111110 | 111000 | 1100100 | 101101 | 11110 |
Color Harmonies of #41702A
Complementary color
Monochromatic Colors of #41702A
Black with #41702A
Text Example
Text Example
White with #41702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41702A; }
p { color: rgb(65,112,42); }
H1.HeaderClassName
{
color: #41702A;
}
.AnyTagClassName
{
color: #41702A;
}
</style>
background-color css
<style>
a { background-color: #41702A; }
a { background-color: rgb(65,112,42); }
div.DivClassName
{
background-color: #41702A;
}
.BgClassName
{
background-color: #41702A;
}
</style>
border-color css
<style>
span { border-color: #41702A; }
span { border-color: rgb(65,112,42); }
td.TdClassName
{
border-color: #41702A;
}
.TagClassName
{
border-color: #41702A;
}
</style>