#5E7A56

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

Shades of Finlandia #5E7A56

Tints of Finlandia #5E7A56

Color information

#5E7A56 (or 0x5E7A56) is unknown color: approx Finlandia. HEX triplet: 5E, 7A and 56. RGB value is (94,122,86). Sum of RGB (Red+Green+Blue) = 94+122+86=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A56 is #A185A9. Grayscale: #6D6D6D. Windows color (decimal): -10585514 or 5667422. OLE color: 5667422.

HSL color Cylindrical-coordinate representation of color #5E7A56: hue angle of 106.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7A56 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB9412286-
CMYK0.2300.300.52
HSL106.67º17.31%40.78%-
HSV(B)106.67º29.51%47.84%-
XYZ13.2616.9711.38-
YUV109.52114.72116.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.13%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=31.13%
G=40.40%
B=28.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122860.2300.300.52106.6717.3140.78
Hex5E7A561701E346b1129
Octal13617212627036641532151
Binary10111101111010101011010111011110110100110101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,122,86); }

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

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

 a { background-color: rgb(94,122,86); }

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

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

 span { border-color: rgb(94,122,86); }

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