Shades of Bilbao #41812E
Tints of Bilbao #41812E
RGB
CMYK
RGB Variations
Color information
#41812E (or 0x41812E) is known color: Bilbao. HEX triplet: 41, 81 and 2E. RGB value is (65,129,46). Sum of RGB (Red+Green+Blue) = 65+129+46=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #41812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41812E is #BE7ED1. Grayscale: #646464. Windows color (decimal): -12484306 or 3047745. OLE color: 3047745.
HSL color Cylindrical-coordinate representation of color #41812E: hue angle of 106.27º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41812E is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 46 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.49 |
| HSL | 106.27º | 0.47% | 0.34% | - |
| HSV(B) | 106.27º | 0.64% | 0.51% | - |
| XYZ | 10.52 | 17.02 | 5.32 | - |
| YUV | 100.4 | 97.3 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 46 | 0.50 | 0 | 0.64 | 0.49 | 106.27 | 0.47 | 0.34 |
| Hex | 41 | 81 | 2E | 32 | 0 | 40 | 31 | 6A | 2F | 22 |
| Octal | 101 | 201 | 56 | 62 | 0 | 100 | 61 | 152 | 57 | 42 |
| Binary | 1000001 | 10000001 | 101110 | 110010 | 0 | 1000000 | 110001 | 1101010 | 101111 | 100010 |
Color Harmonies of #41812E
Complementary color
Monochromatic Colors of #41812E
Black with #41812E
Text Example
Text Example
White with #41812E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41812E; }
p { color: rgb(65,129,46); }
H1.HeaderClassName
{
color: #41812E;
}
.AnyTagClassName
{
color: #41812E;
}
</style>
background-color css
<style>
a { background-color: #41812E; }
a { background-color: rgb(65,129,46); }
div.DivClassName
{
background-color: #41812E;
}
.BgClassName
{
background-color: #41812E;
}
</style>
border-color css
<style>
span { border-color: #41812E; }
span { border-color: rgb(65,129,46); }
td.TdClassName
{
border-color: #41812E;
}
.TagClassName
{
border-color: #41812E;
}
</style>