Html Css Color HEX #4E5340 Lunar Green

📋 copy color: '#4E5340'

red 78 ◦ green 83 ◦ blue 64

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

Shades of Lunar Green #4E5340

Tints of Lunar Green #4E5340

RGB

 RED value IS 78 (30.86% from 255) = 34.67%

 GREEN value IS 83 (32.81% from 255) = 36.89%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 34.67%
G = 36.89%
B = 28.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#4E5340 (or 0x4E5340) is known color: Lunar Green. HEX triplet: 4E, 53 and 40. RGB value is (78,83,64). Sum of RGB (Red+Green+Blue) = 78+83+64=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5340 is #B1ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11644096 or 4215630. OLE color: 4215630.

HSL color Cylindrical-coordinate representation of color #4E5340: hue angle of 75.79º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E5340 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 83 64 -
CMYK 0.06 0 0.23 0.67
HSL 75.79º 0.13% 0.29% -
HSV(B) 75.79º 0.23% 0.33% -
XYZ 7.16 8.18 6.05 -
YUV 79.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 78 83 64 0.06 0 0.23 0.67 75.79 0.13 0.29
Hex 4E 53 40 6 0 17 43 4C D 1D
Octal 116 123 100 6 0 27 103 114 15 35
Binary 1001110 1010011 1000000 110 0 10111 1000011 1001100 1101 11101

Color Harmonies of #4E5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5340

Black with #4E5340

Text Example


Text Example

White with #4E5340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5340; }

 p { color: rgb(78,83,64); }

 H1.HeaderClassName
 {
   color: #4E5340;
 }
 .AnyTagClassName
 {
   color: #4E5340;
 }
</style>

background-color css

<style>
 a { background-color: #4E5340; }

 a { background-color: rgb(78,83,64); }

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

border-color css

<style>
 span { border-color: #4E5340; }

 span { border-color: rgb(78,83,64); }

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