Shades of Bilbao #447E1E
Tints of Bilbao #447E1E
RGB
CMYK
RGB Variations
Color information
#447E1E (or 0x447E1E) is known color: Bilbao. HEX triplet: 44, 7E and 1E. RGB value is (68,126,30). Sum of RGB (Red+Green+Blue) = 68+126+30=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #447E1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E1E is #BB81E1. Grayscale: #626262. Windows color (decimal): -12288482 or 1998404. OLE color: 1998404.
HSL color Cylindrical-coordinate representation of color #447E1E: hue angle of 96.25º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #447E1E is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 30 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.51 |
| HSL | 96.25º | 0.62% | 0.31% | - |
| HSV(B) | 96.25º | 0.76% | 0.49% | - |
| XYZ | 10.08 | 16.24 | 3.83 | - |
| YUV | 97.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 30 | 0.46 | 0 | 0.76 | 0.51 | 96.25 | 0.62 | 0.31 |
| Hex | 44 | 7E | 1E | 2E | 0 | 4C | 33 | 60 | 3E | 1F |
| Octal | 104 | 176 | 36 | 56 | 0 | 114 | 63 | 140 | 76 | 37 |
| Binary | 1000100 | 1111110 | 11110 | 101110 | 0 | 1001100 | 110011 | 1100000 | 111110 | 11111 |
Color Harmonies of #447E1E
Complementary color
Monochromatic Colors of #447E1E
Black with #447E1E
Text Example
Text Example
White with #447E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E1E; }
p { color: rgb(68,126,30); }
H1.HeaderClassName
{
color: #447E1E;
}
.AnyTagClassName
{
color: #447E1E;
}
</style>
background-color css
<style>
a { background-color: #447E1E; }
a { background-color: rgb(68,126,30); }
div.DivClassName
{
background-color: #447E1E;
}
.BgClassName
{
background-color: #447E1E;
}
</style>
border-color css
<style>
span { border-color: #447E1E; }
span { border-color: rgb(68,126,30); }
td.TdClassName
{
border-color: #447E1E;
}
.TagClassName
{
border-color: #447E1E;
}
</style>