Shades of Bilbao #447B1E
Tints of Bilbao #447B1E
RGB
CMYK
RGB Variations
Color information
#447B1E (or 0x447B1E) is known color: Bilbao. HEX triplet: 44, 7B and 1E. RGB value is (68,123,30). Sum of RGB (Red+Green+Blue) = 68+123+30=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #447B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447B1E is #BB84E1. Grayscale: #606060. Windows color (decimal): -12289250 or 1997636. OLE color: 1997636.
HSL color Cylindrical-coordinate representation of color #447B1E: hue angle of 95.48º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #447B1E is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 30 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.52 |
| HSL | 95.48º | 0.61% | 0.3% | - |
| HSV(B) | 95.48º | 0.76% | 0.48% | - |
| XYZ | 9.7 | 15.49 | 3.71 | - |
| YUV | 95.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 30 | 0.45 | 0 | 0.76 | 0.52 | 95.48 | 0.61 | 0.3 |
| Hex | 44 | 7B | 1E | 2D | 0 | 4C | 34 | 5F | 3D | 1E |
| Octal | 104 | 173 | 36 | 55 | 0 | 114 | 64 | 137 | 75 | 36 |
| Binary | 1000100 | 1111011 | 11110 | 101101 | 0 | 1001100 | 110100 | 1011111 | 111101 | 11110 |
Color Harmonies of #447B1E
Complementary color
Monochromatic Colors of #447B1E
Black with #447B1E
Text Example
Text Example
White with #447B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B1E; }
p { color: rgb(68,123,30); }
H1.HeaderClassName
{
color: #447B1E;
}
.AnyTagClassName
{
color: #447B1E;
}
</style>
background-color css
<style>
a { background-color: #447B1E; }
a { background-color: rgb(68,123,30); }
div.DivClassName
{
background-color: #447B1E;
}
.BgClassName
{
background-color: #447B1E;
}
</style>
border-color css
<style>
span { border-color: #447B1E; }
span { border-color: rgb(68,123,30); }
td.TdClassName
{
border-color: #447B1E;
}
.TagClassName
{
border-color: #447B1E;
}
</style>