#4D553A

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

Shades of Lunar Green #4D553A

Tints of Lunar Green #4D553A

Color information

#4D553A (or 0x4D553A) is unknown color: approx Lunar Green. HEX triplet: 4D, 55 and 3A. RGB value is (77,85,58). Sum of RGB (Red+Green+Blue) = 77+85+58=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #4D553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D553A is #B2AAC5. Grayscale: #4F4F4F. Windows color (decimal): -11709126 or 3822925. OLE color: 3822925.

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

Color convert

RGB778558-
CMYK0.0900.320.67
HSL77.78º18.88%28.04%-
HSV(B)77.78º31.76%33.33%-
XYZ7.078.385.25-
YUV79.53115.85126.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=35%
G=38.64%
B=26.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785580.0900.320.6777.7818.8828.04
Hex4D553A9020434e131c
Octal11512572110401031162334
Binary1001101101010111101010010100000100001110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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