Html Css Color HEX #4E553D Lunar Green

📋 copy color: '#4E553D'

red 78 ◦ green 85 ◦ blue 61

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

Shades of Lunar Green #4E553D

Tints of Lunar Green #4E553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 34.82%
G = 37.95%
B = 27.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#4E553D (or 0x4E553D) is known color: Lunar Green. HEX triplet: 4E, 55 and 3D. RGB value is (78,85,61). Sum of RGB (Red+Green+Blue) = 78+85+61=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #4E553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E553D is #B1AAC2. Grayscale: #505050. Windows color (decimal): -11643587 or 4019534. OLE color: 4019534.

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

Color convert

RGB 78 85 61 -
CMYK 0.08 0 0.28 0.67
HSL 77.5º 0.16% 0.29% -
HSV(B) 77.5º 0.28% 0.33% -
XYZ 7.23 8.45 5.67 -
YUV 80.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 78 85 61 0.08 0 0.28 0.67 77.5 0.16 0.29
Hex 4E 55 3D 8 0 1C 43 4E 10 1D
Octal 116 125 75 10 0 34 103 116 20 35
Binary 1001110 1010101 111101 1000 0 11100 1000011 1001110 10000 11101

Color Harmonies of #4E553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E553D

Black with #4E553D

Text Example


Text Example

White with #4E553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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