#4F5348

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

Shades of Lunar Green #4F5348

Tints of Lunar Green #4F5348

Color information

#4F5348 (or 0x4F5348) is unknown color: approx Lunar Green. HEX triplet: 4F, 53 and 48. RGB value is (79,83,72). Sum of RGB (Red+Green+Blue) = 79+83+72=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5348 is #B0ACB7. Grayscale: #505050. Windows color (decimal): -11578552 or 4739919. OLE color: 4739919.

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

Color convert

RGB798372-
CMYK0.0500.130.67
HSL81.82º7.1%30.39%-
HSV(B)81.82º13.25%32.55%-
XYZ7.498.327.34-
YUV80.55123.17126.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=33.76%
G=35.47%
B=30.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7983720.0500.130.6781.827.130.39
Hex4F534850D435271e
Octal1171231105015103122736
Binary100111110100111001000101011011000011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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