Shades of Bilbao #41811C
Tints of Bilbao #41811C
RGB
CMYK
RGB Variations
Color information
#41811C (or 0x41811C) is known color: Bilbao. HEX triplet: 41, 81 and 1C. RGB value is (65,129,28). Sum of RGB (Red+Green+Blue) = 65+129+28=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #41811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41811C is #BE7EE3. Grayscale: #626262. Windows color (decimal): -12484324 or 1868097. OLE color: 1868097.
HSL color Cylindrical-coordinate representation of color #41811C: hue angle of 98.02º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41811C is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 28 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.49 |
| HSL | 98.02º | 0.64% | 0.31% | - |
| HSV(B) | 98.02º | 0.78% | 0.51% | - |
| XYZ | 10.24 | 16.91 | 3.82 | - |
| YUV | 98.35 | 88.3 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 28 | 0.50 | 0 | 0.78 | 0.49 | 98.02 | 0.64 | 0.31 |
| Hex | 41 | 81 | 1C | 32 | 0 | 4E | 31 | 62 | 40 | 1F |
| Octal | 101 | 201 | 34 | 62 | 0 | 116 | 61 | 142 | 100 | 37 |
| Binary | 1000001 | 10000001 | 11100 | 110010 | 0 | 1001110 | 110001 | 1100010 | 1000000 | 11111 |
Color Harmonies of #41811C
Complementary color
Monochromatic Colors of #41811C
Black with #41811C
Text Example
Text Example
White with #41811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41811C; }
p { color: rgb(65,129,28); }
H1.HeaderClassName
{
color: #41811C;
}
.AnyTagClassName
{
color: #41811C;
}
</style>
background-color css
<style>
a { background-color: #41811C; }
a { background-color: rgb(65,129,28); }
div.DivClassName
{
background-color: #41811C;
}
.BgClassName
{
background-color: #41811C;
}
</style>
border-color css
<style>
span { border-color: #41811C; }
span { border-color: rgb(65,129,28); }
td.TdClassName
{
border-color: #41811C;
}
.TagClassName
{
border-color: #41811C;
}
</style>