Shades of Bilbao #447F31
Tints of Bilbao #447F31
RGB
CMYK
RGB Variations
Color information
#447F31 (or 0x447F31) is known color: Bilbao. HEX triplet: 44, 7F and 31. RGB value is (68,127,49). Sum of RGB (Red+Green+Blue) = 68+127+49=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #447F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F31 is #BB80CE. Grayscale: #646464. Windows color (decimal): -12288207 or 3243844. OLE color: 3243844.
HSL color Cylindrical-coordinate representation of color #447F31: hue angle of 105.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447F31 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 49 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.50 |
| HSL | 105.38º | 0.44% | 0.35% | - |
| HSV(B) | 105.38º | 0.61% | 0.5% | - |
| XYZ | 10.53 | 16.63 | 5.56 | - |
| YUV | 100.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 49 | 0.46 | 0 | 0.61 | 0.50 | 105.38 | 0.44 | 0.35 |
| Hex | 44 | 7F | 31 | 2E | 0 | 3D | 32 | 69 | 2C | 23 |
| Octal | 104 | 177 | 61 | 56 | 0 | 75 | 62 | 151 | 54 | 43 |
| Binary | 1000100 | 1111111 | 110001 | 101110 | 0 | 111101 | 110010 | 1101001 | 101100 | 100011 |
Color Harmonies of #447F31
Complementary color
Monochromatic Colors of #447F31
Black with #447F31
Text Example
Text Example
White with #447F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F31; }
p { color: rgb(68,127,49); }
H1.HeaderClassName
{
color: #447F31;
}
.AnyTagClassName
{
color: #447F31;
}
</style>
background-color css
<style>
a { background-color: #447F31; }
a { background-color: rgb(68,127,49); }
div.DivClassName
{
background-color: #447F31;
}
.BgClassName
{
background-color: #447F31;
}
</style>
border-color css
<style>
span { border-color: #447F31; }
span { border-color: rgb(68,127,49); }
td.TdClassName
{
border-color: #447F31;
}
.TagClassName
{
border-color: #447F31;
}
</style>