Shades of Finlandia #5E7B56
Tints of Finlandia #5E7B56
RGB
CMYK
RGB Variations
Color information
#5E7B56 (or 0x5E7B56) is known color: Finlandia. HEX triplet: 5E, 7B and 56. RGB value is (94,123,86). Sum of RGB (Red+Green+Blue) = 94+123+86=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7B56 is #A184A9. Grayscale: #6E6E6E. Windows color (decimal): -10585258 or 5667678. OLE color: 5667678.
HSL color Cylindrical-coordinate representation of color #5E7B56: hue angle of 107.03º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7B56 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 123 | 86 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.52 |
| HSL | 107.03º | 0.18% | 0.41% | - |
| HSV(B) | 107.03º | 0.3% | 0.48% | - |
| XYZ | 13.38 | 17.22 | 11.42 | - |
| YUV | 110.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 123 | 86 | 0.24 | 0 | 0.30 | 0.52 | 107.03 | 0.18 | 0.41 |
| Hex | 5E | 7B | 56 | 18 | 0 | 1E | 34 | 6B | 12 | 29 |
| Octal | 136 | 173 | 126 | 30 | 0 | 36 | 64 | 153 | 22 | 51 |
| Binary | 1011110 | 1111011 | 1010110 | 11000 | 0 | 11110 | 110100 | 1101011 | 10010 | 101001 |
Color Harmonies of #5E7B56
Complementary color
Monochromatic Colors of #5E7B56
Black with #5E7B56
Text Example
Text Example
White with #5E7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7B56; }
p { color: rgb(94,123,86); }
H1.HeaderClassName
{
color: #5E7B56;
}
.AnyTagClassName
{
color: #5E7B56;
}
</style>
background-color css
<style>
a { background-color: #5E7B56; }
a { background-color: rgb(94,123,86); }
div.DivClassName
{
background-color: #5E7B56;
}
.BgClassName
{
background-color: #5E7B56;
}
</style>
border-color css
<style>
span { border-color: #5E7B56; }
span { border-color: rgb(94,123,86); }
td.TdClassName
{
border-color: #5E7B56;
}
.TagClassName
{
border-color: #5E7B56;
}
</style>