#4C5044

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

Shades of Lunar Green #4C5044

Tints of Lunar Green #4C5044

Color information

#4C5044 (or 0x4C5044) is unknown color: approx Lunar Green. HEX triplet: 4C, 50 and 44. RGB value is (76,80,68). Sum of RGB (Red+Green+Blue) = 76+80+68=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5044 is #B3AFBB. Grayscale: #4D4D4D. Windows color (decimal): -11775932 or 4477004. OLE color: 4477004.

HSL color Cylindrical-coordinate representation of color #4C5044: hue angle of 80º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5044 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB768068-
CMYK0.0500.150.69
HSL80º8.11%29.02%-
HSV(B)80º15%31.37%-
XYZ6.897.696.59-
YUV77.44122.67126.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 30.36%
R=33.93%
G=35.71%
B=30.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680680.0500.150.69808.1129.02
Hex4C504450F455081d
Octal11412010450171051201035
Binary1001100101000010001001010111110001011010000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,68); }

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

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

 a { background-color: rgb(76,80,68); }

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

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

 span { border-color: rgb(76,80,68); }

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