#4C533D

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

Shades of Lunar Green #4C533D

Tints of Lunar Green #4C533D

Color information

#4C533D (or 0x4C533D) is unknown color: approx Lunar Green. HEX triplet: 4C, 53 and 3D. RGB value is (76,83,61). Sum of RGB (Red+Green+Blue) = 76+83+61=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #4C533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C533D is #B3ACC2. Grayscale: #4E4E4E. Windows color (decimal): -11775171 or 4019020. OLE color: 4019020.

HSL color Cylindrical-coordinate representation of color #4C533D: hue angle of 79.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C533D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB768361-
CMYK0.0800.270.67
HSL79.09º15.28%28.24%-
HSV(B)79.09º26.51%32.55%-
XYZ6.928.065.61-
YUV78.4118.18126.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=34.55%
G=37.73%
B=27.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7683610.0800.270.6779.0915.2828.24
Hex4C533D801B434ff1c
Octal11412375100331031171734
Binary10011001010011111101100001101110000111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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