#5E735B

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

Shades of Finlandia #5E735B

Tints of Finlandia #5E735B

Color information

#5E735B (or 0x5E735B) is unknown color: approx Finlandia. HEX triplet: 5E, 73 and 5B. RGB value is (94,115,91). Sum of RGB (Red+Green+Blue) = 94+115+91=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #5E735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E735B is #A18CA4. Grayscale: #6A6A6A. Windows color (decimal): -10587301 or 5993310. OLE color: 5993310.

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

Color convert

RGB9411591-
CMYK0.1800.210.55
HSL112.5º11.65%40.39%-
HSV(B)112.5º20.87%45.1%-
XYZ12.6415.412.2-
YUV105.98119.54119.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=31.33%
G=38.33%
B=30.33%

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
Decimal94115910.1800.210.55112.511.6540.39
Hex5E735B120153770c28
Octal13616313322025671601450
Binary1011110111001110110111001001010111011111100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,91); }

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

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

 a { background-color: rgb(94,115,91); }

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

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

 span { border-color: rgb(94,115,91); }

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