#4C553E

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

Shades of Lunar Green #4C553E

Tints of Lunar Green #4C553E

Color information

#4C553E (or 0x4C553E) is unknown color: approx Lunar Green. HEX triplet: 4C, 55 and 3E. RGB value is (76,85,62). Sum of RGB (Red+Green+Blue) = 76+85+62=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553E is #B3AAC1. Grayscale: #4F4F4F. Windows color (decimal): -11774658 or 4085068. OLE color: 4085068.

HSL color Cylindrical-coordinate representation of color #4C553E: hue angle of 83.48º 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 #4C553E is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB768562-
CMYK0.1100.270.67
HSL83.48º15.65%28.82%-
HSV(B)83.48º27.06%33.33%-
XYZ7.18.385.8-
YUV79.69118.02125.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=34.08%
G=38.12%
B=27.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685620.1100.270.6783.4815.6528.82
Hex4C553EB01B4353101d
Octal11412576130331031232035
Binary100110010101011111101011011011100001110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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