#5E795D

Color #5E795D Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #5E795D

Tints of Finlandia #5E795D

Color information

#5E795D (or 0x5E795D) is unknown color: approx Finlandia. HEX triplet: 5E, 79 and 5D. RGB value is (94,121,93). Sum of RGB (Red+Green+Blue) = 94+121+93=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #5E795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E795D is #A186A2. Grayscale: #6D6D6D. Windows color (decimal): -10585763 or 6125918. OLE color: 6125918.

HSL color Cylindrical-coordinate representation of color #5E795D: hue angle of 117.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E795D is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB9412193-
CMYK0.2200.230.53
HSL117.86º13.08%41.96%-
HSV(B)117.86º23.14%47.45%-
XYZ13.4316.8412.9-
YUV109.74118.55116.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=30.52%
G=39.29%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94121930.2200.230.53117.8613.0841.96
Hex5E795D160173576d2a
Octal13617113526027651661552
Binary1011110111100110111011011001011111010111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E795D; }

 p { color: rgb(94,121,93); }

 H1.HeaderClassName
 {
   color: #5E795D;
 }
 .AnyTagClassName
 {
   color: #5E795D;
 }
</style>
background-color css

<style>
 a { background-color: #5E795D; }

 a { background-color: rgb(94,121,93); }

 div.DivClassName
 {
   background-color: #5E795D;
 }
 .BgClassName
 {
   background-color: #5E795D;
 }
</style>
border-color css

<style>
 span { border-color: #5E795D; }

 span { border-color: rgb(94,121,93); }

 td.TdClassName
 {
   border-color: #5E795D;
 }
 .TagClassName
 {
   border-color: #5E795D;
 }
</style>