#4A553A

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

Shades of Lunar Green #4A553A

Tints of Lunar Green #4A553A

Color information

#4A553A (or 0x4A553A) is unknown color: approx Lunar Green. HEX triplet: 4A, 55 and 3A. RGB value is (74,85,58). Sum of RGB (Red+Green+Blue) = 74+85+58=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #4A553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A553A is #B5AAC5. Grayscale: #4E4E4E. Windows color (decimal): -11905734 or 3822922. OLE color: 3822922.

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

Color convert

RGB748558-
CMYK0.1300.320.67
HSL84.44º18.88%28.04%-
HSV(B)84.44º31.76%33.33%-
XYZ6.848.265.24-
YUV78.63116.36124.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=34.10%
G=39.17%
B=26.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7485580.1300.320.6784.4418.8828.04
Hex4A553AD0204354131c
Octal11212572150401031242334
Binary1001010101010111101011010100000100001110101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,85,58); }

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

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

 a { background-color: rgb(74,85,58); }

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

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

 span { border-color: rgb(74,85,58); }

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