Html Css Color HEX #4E553C Lunar Green

📋 copy color: '#4E553C'

red 78 ◦ green 85 ◦ blue 60

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

Shades of Lunar Green #4E553C

Tints of Lunar Green #4E553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 34.98%
G = 38.12%
B = 26.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#4E553C (or 0x4E553C) is known color: Lunar Green. HEX triplet: 4E, 55 and 3C. RGB value is (78,85,60). Sum of RGB (Red+Green+Blue) = 78+85+60=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553C is #B1AAC3. Grayscale: #505050. Windows color (decimal): -11643588 or 3953998. OLE color: 3953998.

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

Color convert

RGB 78 85 60 -
CMYK 0.08 0 0.29 0.67
HSL 76.8º 0.17% 0.28% -
HSV(B) 76.8º 0.29% 0.33% -
XYZ 7.21 8.44 5.52 -
YUV 80.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 78 85 60 0.08 0 0.29 0.67 76.8 0.17 0.28
Hex 4E 55 3C 8 0 1D 43 4D 11 1C
Octal 116 125 74 10 0 35 103 115 21 34
Binary 1001110 1010101 111100 1000 0 11101 1000011 1001101 10001 11100

Color Harmonies of #4E553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E553C

Black with #4E553C

Text Example


Text Example

White with #4E553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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