Shades of Bilbao #447702
Tints of Bilbao #447702
RGB
CMYK
RGB Variations
Color information
#447702 (or 0x447702) is known color: Bilbao. HEX triplet: 44, 77 and 02. RGB value is (68,119,2). Sum of RGB (Red+Green+Blue) = 68+119+2=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #447702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447702 is #BB88FD. Grayscale: #5A5A5A. Windows color (decimal): -12290302 or 161604. OLE color: 161604.
HSL color Cylindrical-coordinate representation of color #447702: hue angle of 86.15º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447702 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 68 | 119 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.53 |
| HSL | 86.15º | 0.97% | 0.24% | - |
| HSV(B) | 86.15º | 0.98% | 0.47% | - |
| XYZ | 8.99 | 14.43 | 2.37 | - |
| YUV | 90.41 | 78.1 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 2 | 0.43 | 0 | 0.98 | 0.53 | 86.15 | 0.97 | 0.24 |
| Hex | 44 | 77 | 2 | 2B | 0 | 62 | 35 | 56 | 61 | 18 |
| Octal | 104 | 167 | 2 | 53 | 0 | 142 | 65 | 126 | 141 | 30 |
| Binary | 1000100 | 1110111 | 10 | 101011 | 0 | 1100010 | 110101 | 1010110 | 1100001 | 11000 |
Color Harmonies of #447702
Complementary color
Monochromatic Colors of #447702
Black with #447702
Text Example
Text Example
White with #447702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447702; }
p { color: rgb(68,119,2); }
H1.HeaderClassName
{
color: #447702;
}
.AnyTagClassName
{
color: #447702;
}
</style>
background-color css
<style>
a { background-color: #447702; }
a { background-color: rgb(68,119,2); }
div.DivClassName
{
background-color: #447702;
}
.BgClassName
{
background-color: #447702;
}
</style>
border-color css
<style>
span { border-color: #447702; }
span { border-color: rgb(68,119,2); }
td.TdClassName
{
border-color: #447702;
}
.TagClassName
{
border-color: #447702;
}
</style>