Html Css Color HEX #5E735D Finlandia

📋 copy color: '#5E735D'

red 94 ◦ green 115 ◦ blue 93

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

Shades of Finlandia #5E735D

Tints of Finlandia #5E735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 31.13%
G = 38.08%
B = 30.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#5E735D (or 0x5E735D) is known color: Finlandia. HEX triplet: 5E, 73 and 5D. RGB value is (94,115,93). Sum of RGB (Red+Green+Blue) = 94+115+93=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #5E735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E735D is #A18CA2. Grayscale: #6A6A6A. Windows color (decimal): -10587299 or 6124382. OLE color: 6124382.

HSL color Cylindrical-coordinate representation of color #5E735D: hue angle of 117.27º degrees, saturation: 0.11, 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 #5E735D is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 115 93 -
CMYK 0.18 0 0.19 0.55
HSL 117.27º 0.11% 0.41% -
HSV(B) 117.27º 0.19% 0.45% -
XYZ 12.72 15.43 12.66 -
YUV 106.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 94 115 93 0.18 0 0.19 0.55 117.27 0.11 0.41
Hex 5E 73 5D 12 0 13 37 75 B 29
Octal 136 163 135 22 0 23 67 165 13 51
Binary 1011110 1110011 1011101 10010 0 10011 110111 1110101 1011 101001

Color Harmonies of #5E735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E735D

Black with #5E735D

Text Example


Text Example

White with #5E735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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