#4D553E

Color #4D553E Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #4D553E

Tints of Lunar Green #4D553E

Color information

#4D553E (or 0x4D553E) is unknown color: approx Lunar Green. HEX triplet: 4D, 55 and 3E. RGB value is (77,85,62). Sum of RGB (Red+Green+Blue) = 77+85+62=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #4D553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D553E is #B2AAC1. Grayscale: #505050. Windows color (decimal): -11709122 or 4085069. OLE color: 4085069.

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

Color convert

RGB778562-
CMYK0.0900.270.67
HSL80.87º15.65%28.82%-
HSV(B)80.87º27.06%33.33%-
XYZ7.188.425.8-
YUV79.99117.85125.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=34.38%
G=37.95%
B=27.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785620.0900.270.6780.8715.6528.82
Hex4D553E901B4351101d
Octal11512576110331031212035
Binary100110110101011111101001011011100001110100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,85,62); }

 H1.HeaderClassName
 {
   color: #4D553E;
 }
 .AnyTagClassName
 {
   color: #4D553E;
 }
</style>
background-color css

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

 a { background-color: rgb(77,85,62); }

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

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

 span { border-color: rgb(77,85,62); }

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