Shades of Bilbao #447808
Tints of Bilbao #447808
RGB
CMYK
RGB Variations
Color information
#447808 (or 0x447808) is known color: Bilbao. HEX triplet: 44, 78 and 08. RGB value is (68,120,8). Sum of RGB (Red+Green+Blue) = 68+120+8=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #447808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447808 is #BB87F7. Grayscale: #5C5C5C. Windows color (decimal): -12290040 or 555076. OLE color: 555076.
HSL color Cylindrical-coordinate representation of color #447808: hue angle of 87.86º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #447808 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 120 | 8 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.53 |
| HSL | 87.86º | 0.88% | 0.25% | - |
| HSV(B) | 87.86º | 0.93% | 0.47% | - |
| XYZ | 9.14 | 14.68 | 2.58 | - |
| YUV | 91.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 8 | 0.43 | 0 | 0.93 | 0.53 | 87.86 | 0.88 | 0.25 |
| Hex | 44 | 78 | 8 | 2B | 0 | 5D | 35 | 58 | 58 | 19 |
| Octal | 104 | 170 | 10 | 53 | 0 | 135 | 65 | 130 | 130 | 31 |
| Binary | 1000100 | 1111000 | 1000 | 101011 | 0 | 1011101 | 110101 | 1011000 | 1011000 | 11001 |
Color Harmonies of #447808
Complementary color
Monochromatic Colors of #447808
Black with #447808
Text Example
Text Example
White with #447808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447808; }
p { color: rgb(68,120,8); }
H1.HeaderClassName
{
color: #447808;
}
.AnyTagClassName
{
color: #447808;
}
</style>
background-color css
<style>
a { background-color: #447808; }
a { background-color: rgb(68,120,8); }
div.DivClassName
{
background-color: #447808;
}
.BgClassName
{
background-color: #447808;
}
</style>
border-color css
<style>
span { border-color: #447808; }
span { border-color: rgb(68,120,8); }
td.TdClassName
{
border-color: #447808;
}
.TagClassName
{
border-color: #447808;
}
</style>