#5E735C

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

Shades of Finlandia #5E735C

Tints of Finlandia #5E735C

Color information

#5E735C (or 0x5E735C) is unknown color: approx Finlandia. HEX triplet: 5E, 73 and 5C. RGB value is (94,115,92). Sum of RGB (Red+Green+Blue) = 94+115+92=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #5E735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E735C is #A18CA3. Grayscale: #6A6A6A. Windows color (decimal): -10587300 or 6058846. OLE color: 6058846.

HSL color Cylindrical-coordinate representation of color #5E735C: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E735C is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB9411592-
CMYK0.1800.200.55
HSL114.78º11.11%40.59%-
HSV(B)114.78º20%45.1%-
XYZ12.6815.4112.43-
YUV106.1120.04119.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=31.23%
G=38.21%
B=30.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115920.1800.200.55114.7811.1140.59
Hex5E735C120143773b29
Octal13616313422024671631351
Binary1011110111001110111001001001010011011111100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,92); }

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

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

 a { background-color: rgb(94,115,92); }

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

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

 span { border-color: rgb(94,115,92); }

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