#5D725B

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

Shades of Finlandia #5D725B

Tints of Finlandia #5D725B

Color information

#5D725B (or 0x5D725B) is unknown color: approx Finlandia. HEX triplet: 5D, 72 and 5B. RGB value is (93,114,91). Sum of RGB (Red+Green+Blue) = 93+114+91=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #5D725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D725B is #A28DA4. Grayscale: #696969. Windows color (decimal): -10653093 or 5993053. OLE color: 5993053.

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

Color convert

RGB9311491-
CMYK0.1800.200.55
HSL114.78º11.22%40.2%-
HSV(B)114.78º20.18%44.71%-
XYZ12.4215.1212.16-
YUV105.1120.04119.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=31.21%
G=38.26%
B=30.54%

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
Decimal93114910.1800.200.55114.7811.2240.2
Hex5D725B120143773b28
Octal13516213322024671631350
Binary1011101111001010110111001001010011011111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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