Html Css Color HEX #5E7955 Finlandia

📋 copy color: '#5E7955'

red 94 ◦ green 121 ◦ blue 85

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

Shades of Finlandia #5E7955

Tints of Finlandia #5E7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 31.33%
G = 40.33%
B = 28.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#5E7955 (or 0x5E7955) is known color: Finlandia. HEX triplet: 5E, 79 and 55. RGB value is (94,121,85). Sum of RGB (Red+Green+Blue) = 94+121+85=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7955 is #A186AA. Grayscale: #6C6C6C. Windows color (decimal): -10585771 or 5601630. OLE color: 5601630.

HSL color Cylindrical-coordinate representation of color #5E7955: hue angle of 105º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E7955 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 121 85 -
CMYK 0.22 0 0.30 0.53
HSL 105º 0.17% 0.4% -
HSV(B) 105º 0.3% 0.47% -
XYZ 13.09 16.71 11.13 -
YUV 108.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 94 121 85 0.22 0 0.30 0.53 105 0.17 0.4
Hex 5E 79 55 16 0 1E 35 69 11 28
Octal 136 171 125 26 0 36 65 151 21 50
Binary 1011110 1111001 1010101 10110 0 11110 110101 1101001 10001 101000

Color Harmonies of #5E7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7955

Black with #5E7955

Text Example


Text Example

White with #5E7955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,121,85); }

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

background-color css

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

 a { background-color: rgb(94,121,85); }

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

border-color css

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

 span { border-color: rgb(94,121,85); }

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