Shades of Bilbao #41831A
Tints of Bilbao #41831A
RGB
CMYK
RGB Variations
Color information
#41831A (or 0x41831A) is known color: Bilbao. HEX triplet: 41, 83 and 1A. RGB value is (65,131,26). Sum of RGB (Red+Green+Blue) = 65+131+26=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #41831A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41831A is #BE7CE5. Grayscale: #636363. Windows color (decimal): -12483814 or 1737537. OLE color: 1737537.
HSL color Cylindrical-coordinate representation of color #41831A: hue angle of 97.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41831A is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 26 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.49 |
| HSL | 97.71º | 0.67% | 0.31% | - |
| HSV(B) | 97.71º | 0.8% | 0.51% | - |
| XYZ | 10.48 | 17.43 | 3.79 | - |
| YUV | 99.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 26 | 0.50 | 0 | 0.80 | 0.49 | 97.71 | 0.67 | 0.31 |
| Hex | 41 | 83 | 1A | 32 | 0 | 50 | 31 | 62 | 43 | 1F |
| Octal | 101 | 203 | 32 | 62 | 0 | 120 | 61 | 142 | 103 | 37 |
| Binary | 1000001 | 10000011 | 11010 | 110010 | 0 | 1010000 | 110001 | 1100010 | 1000011 | 11111 |
Color Harmonies of #41831A
Complementary color
Monochromatic Colors of #41831A
Black with #41831A
Text Example
Text Example
White with #41831A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41831A; }
p { color: rgb(65,131,26); }
H1.HeaderClassName
{
color: #41831A;
}
.AnyTagClassName
{
color: #41831A;
}
</style>
background-color css
<style>
a { background-color: #41831A; }
a { background-color: rgb(65,131,26); }
div.DivClassName
{
background-color: #41831A;
}
.BgClassName
{
background-color: #41831A;
}
</style>
border-color css
<style>
span { border-color: #41831A; }
span { border-color: rgb(65,131,26); }
td.TdClassName
{
border-color: #41831A;
}
.TagClassName
{
border-color: #41831A;
}
</style>