Shades of Bilbao #447619
Tints of Bilbao #447619
RGB
CMYK
RGB Variations
Color information
#447619 (or 0x447619) is known color: Bilbao. HEX triplet: 44, 76 and 19. RGB value is (68,118,25). Sum of RGB (Red+Green+Blue) = 68+118+25=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #447619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447619 is #BB89E6. Grayscale: #5C5C5C. Windows color (decimal): -12290535 or 1668676. OLE color: 1668676.
HSL color Cylindrical-coordinate representation of color #447619: hue angle of 92.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #447619 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 118 | 25 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.54 |
| HSL | 92.26º | 0.65% | 0.28% | - |
| HSV(B) | 92.26º | 0.79% | 0.46% | - |
| XYZ | 9.04 | 14.26 | 3.2 | - |
| YUV | 92.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 25 | 0.42 | 0 | 0.79 | 0.54 | 92.26 | 0.65 | 0.28 |
| Hex | 44 | 76 | 19 | 2A | 0 | 4F | 36 | 5C | 41 | 1C |
| Octal | 104 | 166 | 31 | 52 | 0 | 117 | 66 | 134 | 101 | 34 |
| Binary | 1000100 | 1110110 | 11001 | 101010 | 0 | 1001111 | 110110 | 1011100 | 1000001 | 11100 |
Color Harmonies of #447619
Complementary color
Monochromatic Colors of #447619
Black with #447619
Text Example
Text Example
White with #447619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447619; }
p { color: rgb(68,118,25); }
H1.HeaderClassName
{
color: #447619;
}
.AnyTagClassName
{
color: #447619;
}
</style>
background-color css
<style>
a { background-color: #447619; }
a { background-color: rgb(68,118,25); }
div.DivClassName
{
background-color: #447619;
}
.BgClassName
{
background-color: #447619;
}
</style>
border-color css
<style>
span { border-color: #447619; }
span { border-color: rgb(68,118,25); }
td.TdClassName
{
border-color: #447619;
}
.TagClassName
{
border-color: #447619;
}
</style>