Html Css Color HEX #4D553F Lunar Green

📋 copy color: '#4D553F'

red 77 ◦ green 85 ◦ blue 63

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

Shades of Lunar Green #4D553F

Tints of Lunar Green #4D553F

RGB

 RED value IS 77 (30.47% from 255) = 34.22%

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 63 (25% from 255) = 28%

R = 34.22%
G = 37.78%
B = 28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#4D553F (or 0x4D553F) is known color: Lunar Green. HEX triplet: 4D, 55 and 3F. RGB value is (77,85,63). Sum of RGB (Red+Green+Blue) = 77+85+63=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #4D553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D553F is #B2AAC0. Grayscale: #505050. Windows color (decimal): -11709121 or 4150605. OLE color: 4150605.

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

Color convert

RGB 77 85 63 -
CMYK 0.09 0 0.26 0.67
HSL 81.82º 0.15% 0.29% -
HSV(B) 81.82º 0.26% 0.33% -
XYZ 7.21 8.43 5.95 -
YUV 80.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 77 85 63 0.09 0 0.26 0.67 81.82 0.15 0.29
Hex 4D 55 3F 9 0 1A 43 52 F 1D
Octal 115 125 77 11 0 32 103 122 17 35
Binary 1001101 1010101 111111 1001 0 11010 1000011 1010010 1111 11101

Color Harmonies of #4D553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D553F

Black with #4D553F

Text Example


Text Example

White with #4D553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,63); }

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

background-color css

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

 a { background-color: rgb(77,85,63); }

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

border-color css

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

 span { border-color: rgb(77,85,63); }

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