#4F5344

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

Shades of Lunar Green #4F5344

Tints of Lunar Green #4F5344

Color information

#4F5344 (or 0x4F5344) is unknown color: approx Lunar Green. HEX triplet: 4F, 53 and 44. RGB value is (79,83,68). Sum of RGB (Red+Green+Blue) = 79+83+68=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5344 is #B0ACBB. Grayscale: #505050. Windows color (decimal): -11578556 or 4477775. OLE color: 4477775.

HSL color Cylindrical-coordinate representation of color #4F5344: hue angle of 76º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5344 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB798368-
CMYK0.0500.180.67
HSL76º9.93%29.61%-
HSV(B)76º18.07%32.55%-
XYZ7.368.276.68-
YUV80.09121.17127.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=34.35%
G=36.09%
B=29.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983680.0500.180.67769.9329.61
Hex4F53445012434ca1e
Octal11712310450221031141236
Binary10011111010011100010010101001010000111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,83,68); }

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

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

 a { background-color: rgb(79,83,68); }

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

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

 span { border-color: rgb(79,83,68); }

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