#4A523D

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

Shades of Lunar Green #4A523D

Tints of Lunar Green #4A523D

Color information

#4A523D (or 0x4A523D) is unknown color: approx Lunar Green. HEX triplet: 4A, 52 and 3D. RGB value is (74,82,61). Sum of RGB (Red+Green+Blue) = 74+82+61=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #4A523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A523D is #B5ADC2. Grayscale: #4D4D4D. Windows color (decimal): -11906499 or 4018762. OLE color: 4018762.

HSL color Cylindrical-coordinate representation of color #4A523D: hue angle of 82.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A523D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB748261-
CMYK0.1000.260.68
HSL82.86º14.69%28.04%-
HSV(B)82.86º25.61%32.16%-
XYZ6.687.835.57-
YUV77.21118.85125.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=34.10%
G=37.79%
B=28.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7482610.1000.260.6882.8614.6928.04
Hex4A523DA01A4453f1c
Octal11212275120321041231734
Binary10010101010010111101101001101010001001010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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