#4C523E

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

Shades of Lunar Green #4C523E

Tints of Lunar Green #4C523E

Color information

#4C523E (or 0x4C523E) is unknown color: approx Lunar Green. HEX triplet: 4C, 52 and 3E. RGB value is (76,82,62). Sum of RGB (Red+Green+Blue) = 76+82+62=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #4C523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C523E is #B3ADC1. Grayscale: #4E4E4E. Windows color (decimal): -11775426 or 4084300. OLE color: 4084300.

HSL color Cylindrical-coordinate representation of color #4C523E: hue angle of 78º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C523E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB768262-
CMYK0.0700.240.68
HSL78º13.89%28.24%-
HSV(B)78º24.39%32.16%-
XYZ6.877.925.72-
YUV77.93119.01126.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=34.55%
G=37.27%
B=28.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7682620.0700.240.687813.8928.24
Hex4C523E7018444ee1c
Octal1141227670301041161634
Binary1001100101001011111011101100010001001001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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