#4F5346

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

Shades of Lunar Green #4F5346

Tints of Lunar Green #4F5346

Color information

#4F5346 (or 0x4F5346) is unknown color: approx Lunar Green. HEX triplet: 4F, 53 and 46. RGB value is (79,83,70). Sum of RGB (Red+Green+Blue) = 79+83+70=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5346 is #B0ACB9. Grayscale: #505050. Windows color (decimal): -11578554 or 4608847. OLE color: 4608847.

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

Color convert

RGB798370-
CMYK0.0500.160.67
HSL78.46º8.5%30%-
HSV(B)78.46º15.66%32.55%-
XYZ7.428.297-
YUV80.32122.17127.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=34.05%
G=35.78%
B=30.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983700.0500.160.6778.468.530
Hex4F53465010434e81e
Octal11712310650201031161036
Binary10011111010011100011010101000010000111001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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