Shades of Finlandia #5E735A
Tints of Finlandia #5E735A
RGB
CMYK
RGB Variations
Color information
#5E735A (or 0x5E735A) is known color: Finlandia. HEX triplet: 5E, 73 and 5A. RGB value is (94,115,90). Sum of RGB (Red+Green+Blue) = 94+115+90=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #5E735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E735A is #A18CA5. Grayscale: #696969. Windows color (decimal): -10587302 or 5927774. OLE color: 5927774.
HSL color Cylindrical-coordinate representation of color #5E735A: hue angle of 110.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E735A is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 90 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.55 |
| HSL | 110.4º | 0.12% | 0.4% | - |
| HSV(B) | 110.4º | 0.22% | 0.45% | - |
| XYZ | 12.59 | 15.38 | 11.98 | - |
| YUV | 105.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 90 | 0.18 | 0 | 0.22 | 0.55 | 110.4 | 0.12 | 0.4 |
| Hex | 5E | 73 | 5A | 12 | 0 | 16 | 37 | 6E | C | 28 |
| Octal | 136 | 163 | 132 | 22 | 0 | 26 | 67 | 156 | 14 | 50 |
| Binary | 1011110 | 1110011 | 1011010 | 10010 | 0 | 10110 | 110111 | 1101110 | 1100 | 101000 |
Color Harmonies of #5E735A
Complementary color
Monochromatic Colors of #5E735A
Black with #5E735A
Text Example
Text Example
White with #5E735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E735A; }
p { color: rgb(94,115,90); }
H1.HeaderClassName
{
color: #5E735A;
}
.AnyTagClassName
{
color: #5E735A;
}
</style>
background-color css
<style>
a { background-color: #5E735A; }
a { background-color: rgb(94,115,90); }
div.DivClassName
{
background-color: #5E735A;
}
.BgClassName
{
background-color: #5E735A;
}
</style>
border-color css
<style>
span { border-color: #5E735A; }
span { border-color: rgb(94,115,90); }
td.TdClassName
{
border-color: #5E735A;
}
.TagClassName
{
border-color: #5E735A;
}
</style>