Html Css Color HEX #5E7359 Finlandia

📋 copy color: '#5E7359'

red 94 ◦ green 115 ◦ blue 89

#5E7359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #5E7359

Tints of Finlandia #5E7359

RGB

 RED value IS 94 (37.11% from 255) = 31.54%

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 89 (35.16% from 255) = 29.87%

R = 31.54%
G = 38.59%
B = 29.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#5E7359 (or 0x5E7359) is known color: Finlandia. HEX triplet: 5E, 73 and 59. RGB value is (94,115,89). Sum of RGB (Red+Green+Blue) = 94+115+89=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7359 is #A18CA6. Grayscale: #696969. Windows color (decimal): -10587303 or 5862238. OLE color: 5862238.

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

Color convert

RGB 94 115 89 -
CMYK 0.18 0 0.23 0.55
HSL 108.46º 0.13% 0.4% -
HSV(B) 108.46º 0.23% 0.45% -
XYZ 12.55 15.36 11.75 -
YUV 105.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 94 115 89 0.18 0 0.23 0.55 108.46 0.13 0.4
Hex 5E 73 59 12 0 17 37 6C D 28
Octal 136 163 131 22 0 27 67 154 15 50
Binary 1011110 1110011 1011001 10010 0 10111 110111 1101100 1101 101000

Color Harmonies of #5E7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7359

Black with #5E7359

Text Example


Text Example

White with #5E7359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7359;
 }
 .AnyTagClassName
 {
   color: #5E7359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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