Shades of Bilbao #447E27
Tints of Bilbao #447E27
RGB
CMYK
RGB Variations
Color information
#447E27 (or 0x447E27) is known color: Bilbao. HEX triplet: 44, 7E and 27. RGB value is (68,126,39). Sum of RGB (Red+Green+Blue) = 68+126+39=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #447E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447E27 is #BB81D8. Grayscale: #636363. Windows color (decimal): -12288473 or 2588228. OLE color: 2588228.
HSL color Cylindrical-coordinate representation of color #447E27: hue angle of 100º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447E27 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 39 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.51 |
| HSL | 100º | 0.53% | 0.32% | - |
| HSV(B) | 100º | 0.69% | 0.49% | - |
| XYZ | 10.21 | 16.3 | 4.53 | - |
| YUV | 98.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 39 | 0.46 | 0 | 0.69 | 0.51 | 100 | 0.53 | 0.32 |
| Hex | 44 | 7E | 27 | 2E | 0 | 45 | 33 | 64 | 35 | 20 |
| Octal | 104 | 176 | 47 | 56 | 0 | 105 | 63 | 144 | 65 | 40 |
| Binary | 1000100 | 1111110 | 100111 | 101110 | 0 | 1000101 | 110011 | 1100100 | 110101 | 100000 |
Color Harmonies of #447E27
Complementary color
Monochromatic Colors of #447E27
Black with #447E27
Text Example
Text Example
White with #447E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E27; }
p { color: rgb(68,126,39); }
H1.HeaderClassName
{
color: #447E27;
}
.AnyTagClassName
{
color: #447E27;
}
</style>
background-color css
<style>
a { background-color: #447E27; }
a { background-color: rgb(68,126,39); }
div.DivClassName
{
background-color: #447E27;
}
.BgClassName
{
background-color: #447E27;
}
</style>
border-color css
<style>
span { border-color: #447E27; }
span { border-color: rgb(68,126,39); }
td.TdClassName
{
border-color: #447E27;
}
.TagClassName
{
border-color: #447E27;
}
</style>