Shades of Finlandia #5D7358
Tints of Finlandia #5D7358
RGB
CMYK
RGB Variations
Color information
#5D7358 (or 0x5D7358) is known color: Finlandia. HEX triplet: 5D, 73 and 58. RGB value is (93,115,88). Sum of RGB (Red+Green+Blue) = 93+115+88=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7358 is #A28CA7. Grayscale: #696969. Windows color (decimal): -10652840 or 5796701. OLE color: 5796701.
HSL color Cylindrical-coordinate representation of color #5D7358: hue angle of 108.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5D7358 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 88 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.55 |
| HSL | 108.89º | 0.13% | 0.4% | - |
| HSV(B) | 108.89º | 0.23% | 0.45% | - |
| XYZ | 12.41 | 15.29 | 11.53 | - |
| YUV | 105.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 88 | 0.19 | 0 | 0.23 | 0.55 | 108.89 | 0.13 | 0.4 |
| Hex | 5D | 73 | 58 | 13 | 0 | 17 | 37 | 6D | D | 28 |
| Octal | 135 | 163 | 130 | 23 | 0 | 27 | 67 | 155 | 15 | 50 |
| Binary | 1011101 | 1110011 | 1011000 | 10011 | 0 | 10111 | 110111 | 1101101 | 1101 | 101000 |
Color Harmonies of #5D7358
Complementary color
Monochromatic Colors of #5D7358
Black with #5D7358
Text Example
Text Example
White with #5D7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7358; }
p { color: rgb(93,115,88); }
H1.HeaderClassName
{
color: #5D7358;
}
.AnyTagClassName
{
color: #5D7358;
}
</style>
background-color css
<style>
a { background-color: #5D7358; }
a { background-color: rgb(93,115,88); }
div.DivClassName
{
background-color: #5D7358;
}
.BgClassName
{
background-color: #5D7358;
}
</style>
border-color css
<style>
span { border-color: #5D7358; }
span { border-color: rgb(93,115,88); }
td.TdClassName
{
border-color: #5D7358;
}
.TagClassName
{
border-color: #5D7358;
}
</style>