Shades of Bilbao #447F27
Tints of Bilbao #447F27
RGB
CMYK
RGB Variations
Color information
#447F27 (or 0x447F27) is known color: Bilbao. HEX triplet: 44, 7F and 27. RGB value is (68,127,39). Sum of RGB (Red+Green+Blue) = 68+127+39=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #447F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F27 is #BB80D8. Grayscale: #636363. Windows color (decimal): -12288217 or 2588484. OLE color: 2588484.
HSL color Cylindrical-coordinate representation of color #447F27: hue angle of 100.23º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447F27 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 39 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.50 |
| HSL | 100.23º | 0.53% | 0.33% | - |
| HSV(B) | 100.23º | 0.69% | 0.5% | - |
| XYZ | 10.34 | 16.55 | 4.57 | - |
| YUV | 99.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 39 | 0.46 | 0 | 0.69 | 0.50 | 100.23 | 0.53 | 0.33 |
| Hex | 44 | 7F | 27 | 2E | 0 | 45 | 32 | 64 | 35 | 21 |
| Octal | 104 | 177 | 47 | 56 | 0 | 105 | 62 | 144 | 65 | 41 |
| Binary | 1000100 | 1111111 | 100111 | 101110 | 0 | 1000101 | 110010 | 1100100 | 110101 | 100001 |
Color Harmonies of #447F27
Complementary color
Monochromatic Colors of #447F27
Black with #447F27
Text Example
Text Example
White with #447F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F27; }
p { color: rgb(68,127,39); }
H1.HeaderClassName
{
color: #447F27;
}
.AnyTagClassName
{
color: #447F27;
}
</style>
background-color css
<style>
a { background-color: #447F27; }
a { background-color: rgb(68,127,39); }
div.DivClassName
{
background-color: #447F27;
}
.BgClassName
{
background-color: #447F27;
}
</style>
border-color css
<style>
span { border-color: #447F27; }
span { border-color: rgb(68,127,39); }
td.TdClassName
{
border-color: #447F27;
}
.TagClassName
{
border-color: #447F27;
}
</style>