#5D7954

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

Shades of Finlandia #5D7954

Tints of Finlandia #5D7954

Color information

#5D7954 (or 0x5D7954) is unknown color: approx Finlandia. HEX triplet: 5D, 79 and 54. RGB value is (93,121,84). Sum of RGB (Red+Green+Blue) = 93+121+84=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #5D7954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7954 is #A286AB. Grayscale: #6C6C6C. Windows color (decimal): -10651308 or 5536093. OLE color: 5536093.

HSL color Cylindrical-coordinate representation of color #5D7954: hue angle of 105.41º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D7954 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB9312184-
CMYK0.2300.310.53
HSL105.41º18.05%40.2%-
HSV(B)105.41º30.58%47.45%-
XYZ12.9516.6410.92-
YUV108.41114.22117.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.21%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=31.21%
G=40.60%
B=28.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121840.2300.310.53105.4118.0540.2
Hex5D79541701F35691228
Octal13517112427037651512250
Binary10111011111001101010010111011111110101110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,84); }

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

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

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

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

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

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

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