#5D725A

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

Shades of Finlandia #5D725A

Tints of Finlandia #5D725A

Color information

#5D725A (or 0x5D725A) is unknown color: approx Finlandia. HEX triplet: 5D, 72 and 5A. RGB value is (93,114,90). Sum of RGB (Red+Green+Blue) = 93+114+90=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #5D725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D725A is #A28DA5. Grayscale: #696969. Windows color (decimal): -10653094 or 5927517. OLE color: 5927517.

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

Color convert

RGB9311490-
CMYK0.1800.210.55
HSL112.5º11.76%40%-
HSV(B)112.5º21.05%44.71%-
XYZ12.3815.111.94-
YUV104.98119.54119.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=31.31%
G=38.38%
B=30.30%

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
Decimal93114900.1800.210.55112.511.7640
Hex5D725A120153770c28
Octal13516213222025671601450
Binary1011101111001010110101001001010111011111100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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