Shades of Finlandia #5E745C
Tints of Finlandia #5E745C
RGB
CMYK
RGB Variations
Color information
#5E745C (or 0x5E745C) is known color: Finlandia. HEX triplet: 5E, 74 and 5C. RGB value is (94,116,92). Sum of RGB (Red+Green+Blue) = 94+116+92=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #5E745C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E745C is #A18BA3. Grayscale: #6A6A6A. Windows color (decimal): -10587044 or 6059102. OLE color: 6059102.
HSL color Cylindrical-coordinate representation of color #5E745C: hue angle of 115º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E745C is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 92 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.55 |
| HSL | 115º | 0.12% | 0.41% | - |
| HSV(B) | 115º | 0.21% | 0.45% | - |
| XYZ | 12.79 | 15.64 | 12.47 | - |
| YUV | 106.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 92 | 0.19 | 0 | 0.21 | 0.55 | 115 | 0.12 | 0.41 |
| Hex | 5E | 74 | 5C | 13 | 0 | 15 | 37 | 73 | C | 29 |
| Octal | 136 | 164 | 134 | 23 | 0 | 25 | 67 | 163 | 14 | 51 |
| Binary | 1011110 | 1110100 | 1011100 | 10011 | 0 | 10101 | 110111 | 1110011 | 1100 | 101001 |
Color Harmonies of #5E745C
Complementary color
Monochromatic Colors of #5E745C
Black with #5E745C
Text Example
Text Example
White with #5E745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E745C; }
p { color: rgb(94,116,92); }
H1.HeaderClassName
{
color: #5E745C;
}
.AnyTagClassName
{
color: #5E745C;
}
</style>
background-color css
<style>
a { background-color: #5E745C; }
a { background-color: rgb(94,116,92); }
div.DivClassName
{
background-color: #5E745C;
}
.BgClassName
{
background-color: #5E745C;
}
</style>
border-color css
<style>
span { border-color: #5E745C; }
span { border-color: rgb(94,116,92); }
td.TdClassName
{
border-color: #5E745C;
}
.TagClassName
{
border-color: #5E745C;
}
</style>