#5E725F

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

Shades of Finlandia #5E725F

Tints of Finlandia #5E725F

Color information

#5E725F (or 0x5E725F) is unknown color: approx Finlandia. HEX triplet: 5E, 72 and 5F. RGB value is (94,114,95). Sum of RGB (Red+Green+Blue) = 94+114+95=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #5E725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E725F is #A18DA0. Grayscale: #696969. Windows color (decimal): -10587553 or 6255198. OLE color: 6255198.

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

Color convert

RGB9411495-
CMYK0.1800.170.55
HSL123º9.62%40.78%-
HSV(B)123º17.54%44.71%-
XYZ12.715.2413.1-
YUV105.85121.87119.54-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=31.02%
G=37.62%
B=31.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94114950.1800.170.551239.6240.78
Hex5E725F12011377ba29
Octal13616213722021671731251
Binary1011110111001010111111001001000111011111110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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