#4C5042

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

Shades of Lunar Green #4C5042

Tints of Lunar Green #4C5042

Color information

#4C5042 (or 0x4C5042) is unknown color: approx Lunar Green. HEX triplet: 4C, 50 and 42. RGB value is (76,80,66). Sum of RGB (Red+Green+Blue) = 76+80+66=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5042 is #B3AFBD. Grayscale: #4D4D4D. Windows color (decimal): -11775934 or 4345932. OLE color: 4345932.

HSL color Cylindrical-coordinate representation of color #4C5042: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C5042 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB768066-
CMYK0.0500.170.69
HSL77.14º9.59%28.63%-
HSV(B)77.14º17.5%31.37%-
XYZ6.837.676.27-
YUV77.21121.67127.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=34.23%
G=36.04%
B=29.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680660.0500.170.6977.149.5928.63
Hex4C50425011454da1d
Octal11412010250211051151235
Binary10011001010000100001010101000110001011001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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