Html Css Color HEX #4F5442 Lunar Green

📋 copy color: '#4F5442'

red 79 ◦ green 84 ◦ blue 66

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

Shades of Lunar Green #4F5442

Tints of Lunar Green #4F5442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.82%

R = 34.5%
G = 36.68%
B = 28.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#4F5442 (or 0x4F5442) is known color: Lunar Green. HEX triplet: 4F, 54 and 42. RGB value is (79,84,66). Sum of RGB (Red+Green+Blue) = 79+84+66=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #4F5442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5442 is #B0ABBD. Grayscale: #505050. Windows color (decimal): -11578302 or 4346959. OLE color: 4346959.

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

Color convert

RGB 79 84 66 -
CMYK 0.06 0 0.21 0.67
HSL 76.67º 0.12% 0.29% -
HSV(B) 76.67º 0.21% 0.33% -
XYZ 7.38 8.4 6.39 -
YUV 80.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 79 84 66 0.06 0 0.21 0.67 76.67 0.12 0.29
Hex 4F 54 42 6 0 15 43 4D C 1D
Octal 117 124 102 6 0 25 103 115 14 35
Binary 1001111 1010100 1000010 110 0 10101 1000011 1001101 1100 11101

Color Harmonies of #4F5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5442

Black with #4F5442

Text Example


Text Example

White with #4F5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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