Html Css Color HEX #4F5345 Lunar Green

📋 copy color: '#4F5345'

red 79 ◦ green 83 ◦ blue 69

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

Shades of Lunar Green #4F5345

Tints of Lunar Green #4F5345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 34.2%
G = 35.93%
B = 29.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#4F5345 (or 0x4F5345) is known color: Lunar Green. HEX triplet: 4F, 53 and 45. RGB value is (79,83,69). Sum of RGB (Red+Green+Blue) = 79+83+69=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5345 is #B0ACBA. Grayscale: #505050. Windows color (decimal): -11578555 or 4543311. OLE color: 4543311.

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

Color convert

RGB 79 83 69 -
CMYK 0.05 0 0.17 0.67
HSL 77.14º 0.09% 0.3% -
HSV(B) 77.14º 0.17% 0.33% -
XYZ 7.39 8.28 6.84 -
YUV 80.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 79 83 69 0.05 0 0.17 0.67 77.14 0.09 0.3
Hex 4F 53 45 5 0 11 43 4D 9 1E
Octal 117 123 105 5 0 21 103 115 11 36
Binary 1001111 1010011 1000101 101 0 10001 1000011 1001101 1001 11110

Color Harmonies of #4F5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5345

Black with #4F5345

Text Example


Text Example

White with #4F5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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