Shades of Bilbao #447E2F
Tints of Bilbao #447E2F
RGB
CMYK
RGB Variations
Color information
#447E2F (or 0x447E2F) is known color: Bilbao. HEX triplet: 44, 7E and 2F. RGB value is (68,126,47). Sum of RGB (Red+Green+Blue) = 68+126+47=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #447E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E2F is #BB81D0. Grayscale: #636363. Windows color (decimal): -12288465 or 3112516. OLE color: 3112516.
HSL color Cylindrical-coordinate representation of color #447E2F: hue angle of 104.05º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447E2F is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 47 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.51 |
| HSL | 104.05º | 0.46% | 0.34% | - |
| HSV(B) | 104.05º | 0.63% | 0.49% | - |
| XYZ | 10.36 | 16.36 | 5.3 | - |
| YUV | 99.65 | 98.28 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 47 | 0.46 | 0 | 0.63 | 0.51 | 104.05 | 0.46 | 0.34 |
| Hex | 44 | 7E | 2F | 2E | 0 | 3F | 33 | 68 | 2E | 22 |
| Octal | 104 | 176 | 57 | 56 | 0 | 77 | 63 | 150 | 56 | 42 |
| Binary | 1000100 | 1111110 | 101111 | 101110 | 0 | 111111 | 110011 | 1101000 | 101110 | 100010 |
Color Harmonies of #447E2F
Complementary color
Monochromatic Colors of #447E2F
Black with #447E2F
Text Example
Text Example
White with #447E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E2F; }
p { color: rgb(68,126,47); }
H1.HeaderClassName
{
color: #447E2F;
}
.AnyTagClassName
{
color: #447E2F;
}
</style>
background-color css
<style>
a { background-color: #447E2F; }
a { background-color: rgb(68,126,47); }
div.DivClassName
{
background-color: #447E2F;
}
.BgClassName
{
background-color: #447E2F;
}
</style>
border-color css
<style>
span { border-color: #447E2F; }
span { border-color: rgb(68,126,47); }
td.TdClassName
{
border-color: #447E2F;
}
.TagClassName
{
border-color: #447E2F;
}
</style>