#5B7959

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

Shades of Finlandia #5B7959

Tints of Finlandia #5B7959

Color information

#5B7959 (or 0x5B7959) is unknown color: approx Finlandia. HEX triplet: 5B, 79 and 59. RGB value is (91,121,89). Sum of RGB (Red+Green+Blue) = 91+121+89=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7959 is #A486A6. Grayscale: #6C6C6C. Windows color (decimal): -10782375 or 5863771. OLE color: 5863771.

HSL color Cylindrical-coordinate representation of color #5B7959: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B7959 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB9112189-
CMYK0.2500.260.53
HSL116.25º15.24%41.18%-
HSV(B)116.25º26.45%47.45%-
XYZ12.9516.6211.98-
YUV108.38117.06115.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=30.23%
G=40.20%
B=29.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91121890.2500.260.53116.2515.2441.18
Hex5B79591901A3574f29
Octal13317113131032651641751
Binary1011011111100110110011100101101011010111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,89); }

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

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

 a { background-color: rgb(91,121,89); }

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

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

 span { border-color: rgb(91,121,89); }

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