Shades of Finlandia #5E745A
Tints of Finlandia #5E745A
RGB
CMYK
RGB Variations
Color information
#5E745A (or 0x5E745A) is known color: Finlandia. HEX triplet: 5E, 74 and 5A. RGB value is (94,116,90). Sum of RGB (Red+Green+Blue) = 94+116+90=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #5E745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E745A is #A18BA5. Grayscale: #6A6A6A. Windows color (decimal): -10587046 or 5928030. OLE color: 5928030.
HSL color Cylindrical-coordinate representation of color #5E745A: hue angle of 110.77º degrees, saturation: 0.13, 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 #5E745A is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 116 | 90 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.55 |
| HSL | 110.77º | 0.13% | 0.4% | - |
| HSV(B) | 110.77º | 0.22% | 0.45% | - |
| XYZ | 12.71 | 15.61 | 12.02 | - |
| YUV | 106.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 90 | 0.19 | 0 | 0.22 | 0.55 | 110.77 | 0.13 | 0.4 |
| Hex | 5E | 74 | 5A | 13 | 0 | 16 | 37 | 6F | D | 28 |
| Octal | 136 | 164 | 132 | 23 | 0 | 26 | 67 | 157 | 15 | 50 |
| Binary | 1011110 | 1110100 | 1011010 | 10011 | 0 | 10110 | 110111 | 1101111 | 1101 | 101000 |
Color Harmonies of #5E745A
Complementary color
Monochromatic Colors of #5E745A
Black with #5E745A
Text Example
Text Example
White with #5E745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E745A; }
p { color: rgb(94,116,90); }
H1.HeaderClassName
{
color: #5E745A;
}
.AnyTagClassName
{
color: #5E745A;
}
</style>
background-color css
<style>
a { background-color: #5E745A; }
a { background-color: rgb(94,116,90); }
div.DivClassName
{
background-color: #5E745A;
}
.BgClassName
{
background-color: #5E745A;
}
</style>
border-color css
<style>
span { border-color: #5E745A; }
span { border-color: rgb(94,116,90); }
td.TdClassName
{
border-color: #5E745A;
}
.TagClassName
{
border-color: #5E745A;
}
</style>