Shades of Finlandia #5C7856
Tints of Finlandia #5C7856
RGB
CMYK
RGB Variations
Color information
#5C7856 (or 0x5C7856) is known color: Finlandia. HEX triplet: 5C, 78 and 56. RGB value is (92,120,86). Sum of RGB (Red+Green+Blue) = 92+120+86=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7856 is #A387A9. Grayscale: #6B6B6B. Windows color (decimal): -10717098 or 5666908. OLE color: 5666908.
HSL color Cylindrical-coordinate representation of color #5C7856: hue angle of 109.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C7856 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 86 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.53 |
| HSL | 109.41º | 0.17% | 0.4% | - |
| HSV(B) | 109.41º | 0.28% | 0.47% | - |
| XYZ | 12.81 | 16.38 | 11.29 | - |
| YUV | 107.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 86 | 0.23 | 0 | 0.28 | 0.53 | 109.41 | 0.17 | 0.4 |
| Hex | 5C | 78 | 56 | 17 | 0 | 1C | 35 | 6D | 11 | 28 |
| Octal | 134 | 170 | 126 | 27 | 0 | 34 | 65 | 155 | 21 | 50 |
| Binary | 1011100 | 1111000 | 1010110 | 10111 | 0 | 11100 | 110101 | 1101101 | 10001 | 101000 |
Color Harmonies of #5C7856
Complementary color
Monochromatic Colors of #5C7856
Black with #5C7856
Text Example
Text Example
White with #5C7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7856; }
p { color: rgb(92,120,86); }
H1.HeaderClassName
{
color: #5C7856;
}
.AnyTagClassName
{
color: #5C7856;
}
</style>
background-color css
<style>
a { background-color: #5C7856; }
a { background-color: rgb(92,120,86); }
div.DivClassName
{
background-color: #5C7856;
}
.BgClassName
{
background-color: #5C7856;
}
</style>
border-color css
<style>
span { border-color: #5C7856; }
span { border-color: rgb(92,120,86); }
td.TdClassName
{
border-color: #5C7856;
}
.TagClassName
{
border-color: #5C7856;
}
</style>