#4C553F

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

Shades of Lunar Green #4C553F

Tints of Lunar Green #4C553F

Color information

#4C553F (or 0x4C553F) is unknown color: approx Lunar Green. HEX triplet: 4C, 55 and 3F. RGB value is (76,85,63). Sum of RGB (Red+Green+Blue) = 76+85+63=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553F is #B3AAC0. Grayscale: #4F4F4F. Windows color (decimal): -11774657 or 4150604. OLE color: 4150604.

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

Color convert

RGB768563-
CMYK0.1100.260.67
HSL84.55º14.86%29.02%-
HSV(B)84.55º25.88%33.33%-
XYZ7.138.395.95-
YUV79.8118.52125.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 63 (25% from 255) = 28.12%
R=33.93%
G=37.95%
B=28.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685630.1100.260.6784.5514.8629.02
Hex4C553FB01A4355f1d
Octal11412577130321031251735
Binary10011001010101111111101101101010000111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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