Html Css Color HEX #4F5445 Lunar Green

📋 copy color: '#4F5445'

red 79 ◦ green 84 ◦ blue 69

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

Shades of Lunar Green #4F5445

Tints of Lunar Green #4F5445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 34.05%
G = 36.21%
B = 29.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#4F5445 (or 0x4F5445) is known color: Lunar Green. HEX triplet: 4F, 54 and 45. RGB value is (79,84,69). Sum of RGB (Red+Green+Blue) = 79+84+69=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5445 is #B0ABBA. Grayscale: #505050. Windows color (decimal): -11578299 or 4543567. OLE color: 4543567.

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

Color convert

RGB 79 84 69 -
CMYK 0.06 0 0.18 0.67
HSL 80º 0.1% 0.3% -
HSV(B) 80º 0.18% 0.33% -
XYZ 7.47 8.43 6.86 -
YUV 80.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 79 84 69 0.06 0 0.18 0.67 80 0.1 0.3
Hex 4F 54 45 6 0 12 43 50 A 1E
Octal 117 124 105 6 0 22 103 120 12 36
Binary 1001111 1010100 1000101 110 0 10010 1000011 1010000 1010 11110

Color Harmonies of #4F5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5445

Black with #4F5445

Text Example


Text Example

White with #4F5445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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