Shades of Bilbao #41812C
Tints of Bilbao #41812C
RGB
CMYK
RGB Variations
Color information
#41812C (or 0x41812C) is known color: Bilbao. HEX triplet: 41, 81 and 2C. RGB value is (65,129,44). Sum of RGB (Red+Green+Blue) = 65+129+44=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #41812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41812C is #BE7ED3. Grayscale: #646464. Windows color (decimal): -12484308 or 2916673. OLE color: 2916673.
HSL color Cylindrical-coordinate representation of color #41812C: hue angle of 105.18º degrees, saturation: 0.49, 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 #41812C is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 129 | 44 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.49 |
| HSL | 105.18º | 0.49% | 0.34% | - |
| HSV(B) | 105.18º | 0.66% | 0.51% | - |
| XYZ | 10.48 | 17.01 | 5.11 | - |
| YUV | 100.17 | 96.3 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 44 | 0.50 | 0 | 0.66 | 0.49 | 105.18 | 0.49 | 0.34 |
| Hex | 41 | 81 | 2C | 32 | 0 | 42 | 31 | 69 | 31 | 22 |
| Octal | 101 | 201 | 54 | 62 | 0 | 102 | 61 | 151 | 61 | 42 |
| Binary | 1000001 | 10000001 | 101100 | 110010 | 0 | 1000010 | 110001 | 1101001 | 110001 | 100010 |
Color Harmonies of #41812C
Complementary color
Monochromatic Colors of #41812C
Black with #41812C
Text Example
Text Example
White with #41812C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41812C; }
p { color: rgb(65,129,44); }
H1.HeaderClassName
{
color: #41812C;
}
.AnyTagClassName
{
color: #41812C;
}
</style>
background-color css
<style>
a { background-color: #41812C; }
a { background-color: rgb(65,129,44); }
div.DivClassName
{
background-color: #41812C;
}
.BgClassName
{
background-color: #41812C;
}
</style>
border-color css
<style>
span { border-color: #41812C; }
span { border-color: rgb(65,129,44); }
td.TdClassName
{
border-color: #41812C;
}
.TagClassName
{
border-color: #41812C;
}
</style>