#4C5342

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

Shades of Lunar Green #4C5342

Tints of Lunar Green #4C5342

Color information

#4C5342 (or 0x4C5342) is unknown color: approx Lunar Green. HEX triplet: 4C, 53 and 42. RGB value is (76,83,66). Sum of RGB (Red+Green+Blue) = 76+83+66=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5342 is #B3ACBD. Grayscale: #4F4F4F. Windows color (decimal): -11775166 or 4346700. OLE color: 4346700.

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

Color convert

RGB768366-
CMYK0.0800.200.67
HSL84.71º11.41%29.22%-
HSV(B)84.71º20.48%32.55%-
XYZ7.068.126.35-
YUV78.97120.68125.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=33.78%
G=36.89%
B=29.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683660.0800.200.6784.7111.4129.22
Hex4C534280144355b1d
Octal114123102100241031251335
Binary100110010100111000010100001010010000111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,83,66); }

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

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

 a { background-color: rgb(76,83,66); }

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

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

 span { border-color: rgb(76,83,66); }

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