#5D775D

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

Shades of Finlandia #5D775D

Tints of Finlandia #5D775D

Color information

#5D775D (or 0x5D775D) is unknown color: approx Finlandia. HEX triplet: 5D, 77 and 5D. RGB value is (93,119,93). Sum of RGB (Red+Green+Blue) = 93+119+93=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #5D775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D775D is #A288A2. Grayscale: #6C6C6C. Windows color (decimal): -10651811 or 6125405. OLE color: 6125405.

HSL color Cylindrical-coordinate representation of color #5D775D: hue angle of 120º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D775D is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB9311993-
CMYK0.2200.220.53
HSL120º12.26%41.57%-
HSV(B)120º21.85%46.67%-
XYZ13.0916.3112.81-
YUV108.26119.39117.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=30.49%
G=39.02%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119930.2200.220.5312012.2641.57
Hex5D775D160163578c2a
Octal13516713526026651701452
Binary1011101111011110111011011001011011010111110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,119,93); }

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

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

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

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

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

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

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