Shades of Bilbao #41832C
Tints of Bilbao #41832C
RGB
CMYK
RGB Variations
Color information
#41832C (or 0x41832C) is known color: Bilbao. HEX triplet: 41, 83 and 2C. RGB value is (65,131,44). Sum of RGB (Red+Green+Blue) = 65+131+44=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #41832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41832C is #BE7CD3. Grayscale: #656565. Windows color (decimal): -12483796 or 2917185. OLE color: 2917185.
HSL color Cylindrical-coordinate representation of color #41832C: hue angle of 105.52º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41832C is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 131 | 44 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.49 |
| HSL | 105.52º | 0.5% | 0.34% | - |
| HSV(B) | 105.52º | 0.66% | 0.51% | - |
| XYZ | 10.75 | 17.54 | 5.2 | - |
| YUV | 101.35 | 95.63 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 44 | 0.50 | 0 | 0.66 | 0.49 | 105.52 | 0.5 | 0.34 |
| Hex | 41 | 83 | 2C | 32 | 0 | 42 | 31 | 6A | 32 | 22 |
| Octal | 101 | 203 | 54 | 62 | 0 | 102 | 61 | 152 | 62 | 42 |
| Binary | 1000001 | 10000011 | 101100 | 110010 | 0 | 1000010 | 110001 | 1101010 | 110010 | 100010 |
Color Harmonies of #41832C
Complementary color
Monochromatic Colors of #41832C
Black with #41832C
Text Example
Text Example
White with #41832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41832C; }
p { color: rgb(65,131,44); }
H1.HeaderClassName
{
color: #41832C;
}
.AnyTagClassName
{
color: #41832C;
}
</style>
background-color css
<style>
a { background-color: #41832C; }
a { background-color: rgb(65,131,44); }
div.DivClassName
{
background-color: #41832C;
}
.BgClassName
{
background-color: #41832C;
}
</style>
border-color css
<style>
span { border-color: #41832C; }
span { border-color: rgb(65,131,44); }
td.TdClassName
{
border-color: #41832C;
}
.TagClassName
{
border-color: #41832C;
}
</style>