#4A533D

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

Shades of Lunar Green #4A533D

Tints of Lunar Green #4A533D

Color information

#4A533D (or 0x4A533D) is unknown color: approx Lunar Green. HEX triplet: 4A, 53 and 3D. RGB value is (74,83,61). Sum of RGB (Red+Green+Blue) = 74+83+61=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #4A533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A533D is #B5ACC2. Grayscale: #4D4D4D. Windows color (decimal): -11906243 or 4019018. OLE color: 4019018.

HSL color Cylindrical-coordinate representation of color #4A533D: hue angle of 84.55º 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 #4A533D is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB748361-
CMYK0.1100.270.67
HSL84.55º15.28%28.24%-
HSV(B)84.55º26.51%32.55%-
XYZ6.767.985.6-
YUV77.8118.52125.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=33.94%
G=38.07%
B=27.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483610.1100.270.6784.5515.2828.24
Hex4A533DB01B4355f1c
Octal11212375130331031251734
Binary10010101010011111101101101101110000111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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