#5E725A

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

Shades of Finlandia #5E725A

Tints of Finlandia #5E725A

Color information

#5E725A (or 0x5E725A) is unknown color: approx Finlandia. HEX triplet: 5E, 72 and 5A. RGB value is (94,114,90). Sum of RGB (Red+Green+Blue) = 94+114+90=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725A is #A18DA5. Grayscale: #696969. Windows color (decimal): -10587558 or 5927518. OLE color: 5927518.

HSL color Cylindrical-coordinate representation of color #5E725A: hue angle of 110º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E725A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9411490-
CMYK0.1800.210.55
HSL110º11.76%40%-
HSV(B)110º21.05%44.71%-
XYZ12.4815.1511.94-
YUV105.28119.37119.95-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=31.54%
G=38.26%
B=30.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114900.1800.210.5511011.7640
Hex5E725A12015376ec28
Octal13616213222025671561450
Binary1011110111001010110101001001010111011111011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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