Html Css Color HEX #4F5349 Lunar Green

📋 copy color: '#4F5349'

red 79 ◦ green 83 ◦ blue 73

#4F5349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lunar Green #4F5349

Tints of Lunar Green #4F5349

RGB

 RED value IS 79 (31.25% from 255) = 33.62%

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 33.62%
G = 35.32%
B = 31.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#4F5349 (or 0x4F5349) is known color: Lunar Green. HEX triplet: 4F, 53 and 49. RGB value is (79,83,73). Sum of RGB (Red+Green+Blue) = 79+83+73=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5349 is #B0ACB6. Grayscale: #505050. Windows color (decimal): -11578551 or 4805455. OLE color: 4805455.

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

Color convert

RGB 79 83 73 -
CMYK 0.05 0 0.12 0.67
HSL 84º 0.06% 0.31% -
HSV(B) 84º 0.12% 0.33% -
XYZ 7.52 8.33 7.51 -
YUV 80.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 79 83 73 0.05 0 0.12 0.67 84 0.06 0.31
Hex 4F 53 49 5 0 C 43 54 6 1F
Octal 117 123 111 5 0 14 103 124 6 37
Binary 1001111 1010011 1001001 101 0 1100 1000011 1010100 110 11111

Color Harmonies of #4F5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5349

Black with #4F5349

Text Example


Text Example

White with #4F5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5349;
 }
 .AnyTagClassName
 {
   color: #4F5349;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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