Html Css Color HEX #5E7956 Finlandia

📋 copy color: '#5E7956'

red 94 ◦ green 121 ◦ blue 86

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

Shades of Finlandia #5E7956

Tints of Finlandia #5E7956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.57%

R = 31.23%
G = 40.2%
B = 28.57%

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

#5E7956 (or 0x5E7956) is known color: Finlandia. HEX triplet: 5E, 79 and 56. RGB value is (94,121,86). Sum of RGB (Red+Green+Blue) = 94+121+86=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7956 is #A186A9. Grayscale: #6D6D6D. Windows color (decimal): -10585770 or 5667166. OLE color: 5667166.

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

Color convert

RGB 94 121 86 -
CMYK 0.22 0 0.29 0.53
HSL 106.29º 0.17% 0.41% -
HSV(B) 106.29º 0.29% 0.47% -
XYZ 13.13 16.73 11.34 -
YUV 108.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 94 121 86 0.22 0 0.29 0.53 106.29 0.17 0.41
Hex 5E 79 56 16 0 1D 35 6A 11 29
Octal 136 171 126 26 0 35 65 152 21 51
Binary 1011110 1111001 1010110 10110 0 11101 110101 1101010 10001 101001

Color Harmonies of #5E7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7956

Black with #5E7956

Text Example


Text Example

White with #5E7956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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