#4C553C

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

Shades of Lunar Green #4C553C

Tints of Lunar Green #4C553C

Color information

#4C553C (or 0x4C553C) is unknown color: approx Lunar Green. HEX triplet: 4C, 55 and 3C. RGB value is (76,85,60). Sum of RGB (Red+Green+Blue) = 76+85+60=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553C is #B3AAC3. Grayscale: #4F4F4F. Windows color (decimal): -11774660 or 3953996. OLE color: 3953996.

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

Color convert

RGB768560-
CMYK0.1100.290.67
HSL81.6º17.24%28.43%-
HSV(B)81.6º29.41%33.33%-
XYZ7.048.365.52-
YUV79.46117.02125.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.39%
GREEN value IS 85 (33.59% from 255) = 38.46%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=34.39%
G=38.46%
B=27.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685600.1100.290.6781.617.2428.43
Hex4C553CB01D4352111c
Octal11412574130351031222134
Binary100110010101011111001011011101100001110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,60); }

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

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

 a { background-color: rgb(76,85,60); }

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

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

 span { border-color: rgb(76,85,60); }

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