Html Css Color HEX #5E745E Finlandia

📋 copy color: '#5E745E'

red 94 ◦ green 116 ◦ blue 94

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

Shades of Finlandia #5E745E

Tints of Finlandia #5E745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 30.92%
G = 38.16%
B = 30.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5E745E (or 0x5E745E) is known color: Finlandia. HEX triplet: 5E, 74 and 5E. RGB value is (94,116,94). Sum of RGB (Red+Green+Blue) = 94+116+94=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #5E745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E745E is #A18BA1. Grayscale: #6A6A6A. Windows color (decimal): -10587042 or 6190174. OLE color: 6190174.

HSL color Cylindrical-coordinate representation of color #5E745E: hue angle of 120º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E745E is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 94 -
CMYK 0.19 0 0.19 0.55
HSL 120º 0.1% 0.41% -
HSV(B) 120º 0.19% 0.45% -
XYZ 12.88 15.68 12.94 -
YUV 106.91 120.71 118.79 -
System Red Green Blue C M Y K H S L
Decimal 94 116 94 0.19 0 0.19 0.55 120 0.1 0.41
Hex 5E 74 5E 13 0 13 37 78 A 29
Octal 136 164 136 23 0 23 67 170 12 51
Binary 1011110 1110100 1011110 10011 0 10011 110111 1111000 1010 101001

Color Harmonies of #5E745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E745E

Black with #5E745E

Text Example


Text Example

White with #5E745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,94); }

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

background-color css

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

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

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

border-color css

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

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

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