#4A523B

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

Shades of Lunar Green #4A523B

Tints of Lunar Green #4A523B

Color information

#4A523B (or 0x4A523B) is unknown color: approx Lunar Green. HEX triplet: 4A, 52 and 3B. RGB value is (74,82,59). Sum of RGB (Red+Green+Blue) = 74+82+59=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #4A523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A523B is #B5ADC4. Grayscale: #4D4D4D. Windows color (decimal): -11906501 or 3887690. OLE color: 3887690.

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

Color convert

RGB748259-
CMYK0.1000.280.68
HSL80.87º16.31%27.65%-
HSV(B)80.87º28.05%32.16%-
XYZ6.637.815.29-
YUV76.99117.85125.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=34.42%
G=38.14%
B=27.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7482590.1000.280.6880.8716.3127.65
Hex4A523BA01C4451101c
Octal11212273120341041212034
Binary100101010100101110111010011100100010010100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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