Shades of Bilbao #44811D
Tints of Bilbao #44811D
RGB
CMYK
RGB Variations
Color information
#44811D (or 0x44811D) is known color: Bilbao. HEX triplet: 44, 81 and 1D. RGB value is (68,129,29). Sum of RGB (Red+Green+Blue) = 68+129+29=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #44811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44811D is #BB7EE2. Grayscale: #636363. Windows color (decimal): -12287715 or 1933636. OLE color: 1933636.
HSL color Cylindrical-coordinate representation of color #44811D: hue angle of 96.6º degrees, saturation: 0.63, 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 #44811D is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 29 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.49 |
| HSL | 96.6º | 0.63% | 0.31% | - |
| HSV(B) | 96.6º | 0.78% | 0.51% | - |
| XYZ | 10.46 | 17.02 | 3.9 | - |
| YUV | 99.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 29 | 0.47 | 0 | 0.78 | 0.49 | 96.6 | 0.63 | 0.31 |
| Hex | 44 | 81 | 1D | 2F | 0 | 4E | 31 | 61 | 3F | 1F |
| Octal | 104 | 201 | 35 | 57 | 0 | 116 | 61 | 141 | 77 | 37 |
| Binary | 1000100 | 10000001 | 11101 | 101111 | 0 | 1001110 | 110001 | 1100001 | 111111 | 11111 |
Color Harmonies of #44811D
Complementary color
Monochromatic Colors of #44811D
Black with #44811D
Text Example
Text Example
White with #44811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44811D; }
p { color: rgb(68,129,29); }
H1.HeaderClassName
{
color: #44811D;
}
.AnyTagClassName
{
color: #44811D;
}
</style>
background-color css
<style>
a { background-color: #44811D; }
a { background-color: rgb(68,129,29); }
div.DivClassName
{
background-color: #44811D;
}
.BgClassName
{
background-color: #44811D;
}
</style>
border-color css
<style>
span { border-color: #44811D; }
span { border-color: rgb(68,129,29); }
td.TdClassName
{
border-color: #44811D;
}
.TagClassName
{
border-color: #44811D;
}
</style>