Shades of Bilbao #447D1C
Tints of Bilbao #447D1C
RGB
CMYK
RGB Variations
Color information
#447D1C (or 0x447D1C) is known color: Bilbao. HEX triplet: 44, 7D and 1C. RGB value is (68,125,28). Sum of RGB (Red+Green+Blue) = 68+125+28=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #447D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447D1C is #BB82E3. Grayscale: #616161. Windows color (decimal): -12288740 or 1867076. OLE color: 1867076.
HSL color Cylindrical-coordinate representation of color #447D1C: hue angle of 95.26º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #447D1C is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 28 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.51 |
| HSL | 95.26º | 0.63% | 0.3% | - |
| HSV(B) | 95.26º | 0.78% | 0.49% | - |
| XYZ | 9.93 | 15.98 | 3.66 | - |
| YUV | 96.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 28 | 0.46 | 0 | 0.78 | 0.51 | 95.26 | 0.63 | 0.3 |
| Hex | 44 | 7D | 1C | 2E | 0 | 4E | 33 | 5F | 3F | 1E |
| Octal | 104 | 175 | 34 | 56 | 0 | 116 | 63 | 137 | 77 | 36 |
| Binary | 1000100 | 1111101 | 11100 | 101110 | 0 | 1001110 | 110011 | 1011111 | 111111 | 11110 |
Color Harmonies of #447D1C
Complementary color
Monochromatic Colors of #447D1C
Black with #447D1C
Text Example
Text Example
White with #447D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D1C; }
p { color: rgb(68,125,28); }
H1.HeaderClassName
{
color: #447D1C;
}
.AnyTagClassName
{
color: #447D1C;
}
</style>
background-color css
<style>
a { background-color: #447D1C; }
a { background-color: rgb(68,125,28); }
div.DivClassName
{
background-color: #447D1C;
}
.BgClassName
{
background-color: #447D1C;
}
</style>
border-color css
<style>
span { border-color: #447D1C; }
span { border-color: rgb(68,125,28); }
td.TdClassName
{
border-color: #447D1C;
}
.TagClassName
{
border-color: #447D1C;
}
</style>