#4C5440

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

Shades of Lunar Green #4C5440

Tints of Lunar Green #4C5440

Color information

#4C5440 (or 0x4C5440) is unknown color: approx Lunar Green. HEX triplet: 4C, 54 and 40. RGB value is (76,84,64). Sum of RGB (Red+Green+Blue) = 76+84+64=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5440 is #B3ABBF. Grayscale: #4F4F4F. Windows color (decimal): -11774912 or 4215884. OLE color: 4215884.

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

Color convert

RGB768464-
CMYK0.1000.240.67
HSL84º13.51%29.02%-
HSV(B)84º23.81%32.94%-
XYZ7.088.256.07-
YUV79.33119.35125.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=33.93%
G=37.5%
B=28.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684640.1000.240.678413.5129.02
Hex4C5440A0184354e1d
Octal114124100120301031241635
Binary100110010101001000000101001100010000111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,64); }

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

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

 a { background-color: rgb(76,84,64); }

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

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

 span { border-color: rgb(76,84,64); }

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