Html Css Color HEX #4E5542 Lunar Green

📋 copy color: '#4E5542'

red 78 ◦ green 85 ◦ blue 66

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

Shades of Lunar Green #4E5542

Tints of Lunar Green #4E5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.12%

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 34.06%
G = 37.12%
B = 28.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#4E5542 (or 0x4E5542) is known color: Lunar Green. HEX triplet: 4E, 55 and 42. RGB value is (78,85,66). Sum of RGB (Red+Green+Blue) = 78+85+66=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5542 is #B1AABD. Grayscale: #505050. Windows color (decimal): -11643582 or 4347214. OLE color: 4347214.

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

Color convert

RGB 78 85 66 -
CMYK 0.08 0 0.22 0.67
HSL 82.11º 0.13% 0.3% -
HSV(B) 82.11º 0.22% 0.33% -
XYZ 7.37 8.51 6.41 -
YUV 80.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 78 85 66 0.08 0 0.22 0.67 82.11 0.13 0.3
Hex 4E 55 42 8 0 16 43 52 D 1E
Octal 116 125 102 10 0 26 103 122 15 36
Binary 1001110 1010101 1000010 1000 0 10110 1000011 1010010 1101 11110

Color Harmonies of #4E5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5542

Black with #4E5542

Text Example


Text Example

White with #4E5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,66); }

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

background-color css

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

 a { background-color: rgb(78,85,66); }

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

border-color css

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

 span { border-color: rgb(78,85,66); }

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