Shades of Finlandia #5E735F
Tints of Finlandia #5E735F
RGB
CMYK
RGB Variations
Color information
#5E735F (or 0x5E735F) is known color: Finlandia. HEX triplet: 5E, 73 and 5F. RGB value is (94,115,95). Sum of RGB (Red+Green+Blue) = 94+115+95=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #5E735F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E735F is #A18CA0. Grayscale: #6A6A6A. Windows color (decimal): -10587297 or 6255454. OLE color: 6255454.
HSL color Cylindrical-coordinate representation of color #5E735F: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E735F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 95 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.55 |
| HSL | 122.86º | 0.1% | 0.41% | - |
| HSV(B) | 122.86º | 0.18% | 0.45% | - |
| XYZ | 12.81 | 15.47 | 13.14 | - |
| YUV | 106.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 95 | 0.18 | 0 | 0.17 | 0.55 | 122.86 | 0.1 | 0.41 |
| Hex | 5E | 73 | 5F | 12 | 0 | 11 | 37 | 7B | A | 29 |
| Octal | 136 | 163 | 137 | 22 | 0 | 21 | 67 | 173 | 12 | 51 |
| Binary | 1011110 | 1110011 | 1011111 | 10010 | 0 | 10001 | 110111 | 1111011 | 1010 | 101001 |
Color Harmonies of #5E735F
Complementary color
Monochromatic Colors of #5E735F
Black with #5E735F
Text Example
Text Example
White with #5E735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E735F; }
p { color: rgb(94,115,95); }
H1.HeaderClassName
{
color: #5E735F;
}
.AnyTagClassName
{
color: #5E735F;
}
</style>
background-color css
<style>
a { background-color: #5E735F; }
a { background-color: rgb(94,115,95); }
div.DivClassName
{
background-color: #5E735F;
}
.BgClassName
{
background-color: #5E735F;
}
</style>
border-color css
<style>
span { border-color: #5E735F; }
span { border-color: rgb(94,115,95); }
td.TdClassName
{
border-color: #5E735F;
}
.TagClassName
{
border-color: #5E735F;
}
</style>