Html Css Color HEX #4F5346 Lunar Green

📋 copy color: '#4F5346'

red 79 ◦ green 83 ◦ blue 70

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

Shades of Lunar Green #4F5346

Tints of Lunar Green #4F5346

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 value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#4F5346 (or 0x4F5346) is known color: 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

RGB 79 83 70 -
CMYK 0.05 0 0.16 0.67
HSL 78.46º 0.08% 0.3% -
HSV(B) 78.46º 0.16% 0.33% -
XYZ 7.42 8.29 7 -
YUV 80.32 122.17 127.06 -
System Red Green Blue C M Y K H S L
Decimal 79 83 70 0.05 0 0.16 0.67 78.46 0.08 0.3
Hex 4F 53 46 5 0 10 43 4E 8 1E
Octal 117 123 106 5 0 20 103 116 10 36
Binary 1001111 1010011 1000110 101 0 10000 1000011 1001110 1000 11110

Color Harmonies of #4F5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5346

Black with #4F5346

Text Example


Text Example

White with #4F5346

Text Example


Text Example

HTML Codes & Css Web 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>