#5E725D

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

Shades of Finlandia #5E725D

Tints of Finlandia #5E725D

Color information

#5E725D (or 0x5E725D) is unknown color: approx Finlandia. HEX triplet: 5E, 72 and 5D. RGB value is (94,114,93). Sum of RGB (Red+Green+Blue) = 94+114+93=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725D is #A18DA2. Grayscale: #696969. Windows color (decimal): -10587555 or 6124126. OLE color: 6124126.

HSL color Cylindrical-coordinate representation of color #5E725D: hue angle of 117.14º 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 #5E725D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB9411493-
CMYK0.1800.180.55
HSL117.14º10.14%40.59%-
HSV(B)117.14º18.42%44.71%-
XYZ12.6115.212.63-
YUV105.63120.87119.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=31.23%
G=37.87%
B=30.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114930.1800.180.55117.1410.1440.59
Hex5E725D120123775a29
Octal13616213522022671651251
Binary1011110111001010111011001001001011011111101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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