#5E725B

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

Shades of Finlandia #5E725B

Tints of Finlandia #5E725B

Color information

#5E725B (or 0x5E725B) is unknown color: approx Finlandia. HEX triplet: 5E, 72 and 5B. RGB value is (94,114,91). Sum of RGB (Red+Green+Blue) = 94+114+91=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725B is #A18DA4. Grayscale: #696969. Windows color (decimal): -10587557 or 5993054. OLE color: 5993054.

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

Color convert

RGB9411491-
CMYK0.1800.200.55
HSL112.17º11.22%40.2%-
HSV(B)112.17º20.18%44.71%-
XYZ12.5215.1712.17-
YUV105.4119.87119.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.44%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=31.44%
G=38.13%
B=30.43%

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
Decimal94114910.1800.200.55112.1711.2240.2
Hex5E725B120143770b28
Octal13616213322024671601350
Binary1011110111001010110111001001010011011111100001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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