Html Css Color HEX #5E7855 Finlandia

📋 copy color: '#5E7855'

red 94 ◦ green 120 ◦ blue 85

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

Shades of Finlandia #5E7855

Tints of Finlandia #5E7855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 31.44%
G = 40.13%
B = 28.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#5E7855 (or 0x5E7855) is known color: Finlandia. HEX triplet: 5E, 78 and 55. RGB value is (94,120,85). Sum of RGB (Red+Green+Blue) = 94+120+85=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7855 is #A187AA. Grayscale: #6C6C6C. Windows color (decimal): -10586027 or 5601374. OLE color: 5601374.

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

Color convert

RGB 94 120 85 -
CMYK 0.22 0 0.29 0.53
HSL 104.57º 0.17% 0.4% -
HSV(B) 104.57º 0.29% 0.47% -
XYZ 12.97 16.47 11.09 -
YUV 108.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 94 120 85 0.22 0 0.29 0.53 104.57 0.17 0.4
Hex 5E 78 55 16 0 1D 35 69 11 28
Octal 136 170 125 26 0 35 65 151 21 50
Binary 1011110 1111000 1010101 10110 0 11101 110101 1101001 10001 101000

Color Harmonies of #5E7855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7855

Black with #5E7855

Text Example


Text Example

White with #5E7855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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