#4C5046

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

Shades of Lunar Green #4C5046

Tints of Lunar Green #4C5046

Color information

#4C5046 (or 0x4C5046) is unknown color: approx Lunar Green. HEX triplet: 4C, 50 and 46. RGB value is (76,80,70). Sum of RGB (Red+Green+Blue) = 76+80+70=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5046 is #B3AFB9. Grayscale: #4D4D4D. Windows color (decimal): -11775930 or 4608076. OLE color: 4608076.

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

Color convert

RGB768070-
CMYK0.0500.120.69
HSL84º6.67%29.41%-
HSV(B)84º12.5%31.37%-
XYZ6.957.726.92-
YUV77.66123.67126.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=33.63%
G=35.40%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680700.0500.120.69846.6729.41
Hex4C504650C455471d
Octal1141201065014105124735
Binary100110010100001000110101011001000101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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