Shades of Bilbao #44802F
Tints of Bilbao #44802F
RGB
CMYK
RGB Variations
Color information
#44802F (or 0x44802F) is known color: Bilbao. HEX triplet: 44, 80 and 2F. RGB value is (68,128,47). Sum of RGB (Red+Green+Blue) = 68+128+47=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #44802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44802F is #BB7FD0. Grayscale: #656565. Windows color (decimal): -12287953 or 3113028. OLE color: 3113028.
HSL color Cylindrical-coordinate representation of color #44802F: hue angle of 104.44º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44802F is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 128 | 47 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.50 |
| HSL | 104.44º | 0.46% | 0.34% | - |
| HSV(B) | 104.44º | 0.63% | 0.5% | - |
| XYZ | 10.62 | 16.87 | 5.39 | - |
| YUV | 100.83 | 97.62 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 128 | 47 | 0.47 | 0 | 0.63 | 0.50 | 104.44 | 0.46 | 0.34 |
| Hex | 44 | 80 | 2F | 2F | 0 | 3F | 32 | 68 | 2E | 22 |
| Octal | 104 | 200 | 57 | 57 | 0 | 77 | 62 | 150 | 56 | 42 |
| Binary | 1000100 | 10000000 | 101111 | 101111 | 0 | 111111 | 110010 | 1101000 | 101110 | 100010 |
Color Harmonies of #44802F
Complementary color
Monochromatic Colors of #44802F
Black with #44802F
Text Example
Text Example
White with #44802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44802F; }
p { color: rgb(68,128,47); }
H1.HeaderClassName
{
color: #44802F;
}
.AnyTagClassName
{
color: #44802F;
}
</style>
background-color css
<style>
a { background-color: #44802F; }
a { background-color: rgb(68,128,47); }
div.DivClassName
{
background-color: #44802F;
}
.BgClassName
{
background-color: #44802F;
}
</style>
border-color css
<style>
span { border-color: #44802F; }
span { border-color: rgb(68,128,47); }
td.TdClassName
{
border-color: #44802F;
}
.TagClassName
{
border-color: #44802F;
}
</style>