Html Css Color HEX #4C5341 Lunar Green

📋 copy color: '#4C5341'

red 76 ◦ green 83 ◦ blue 65

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

Shades of Lunar Green #4C5341

Tints of Lunar Green #4C5341

RGB

 RED value IS 76 (30.08% from 255) = 33.93%

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

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 33.93%
G = 37.05%
B = 29.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#4C5341 (or 0x4C5341) is known color: Lunar Green. HEX triplet: 4C, 53 and 41. RGB value is (76,83,65). Sum of RGB (Red+Green+Blue) = 76+83+65=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5341 is #B3ACBE. Grayscale: #4E4E4E. Windows color (decimal): -11775167 or 4281164. OLE color: 4281164.

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

Color convert

RGB 76 83 65 -
CMYK 0.08 0 0.22 0.67
HSL 83.33º 0.12% 0.29% -
HSV(B) 83.33º 0.22% 0.33% -
XYZ 7.03 8.1 6.19 -
YUV 78.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 76 83 65 0.08 0 0.22 0.67 83.33 0.12 0.29
Hex 4C 53 41 8 0 16 43 53 C 1D
Octal 114 123 101 10 0 26 103 123 14 35
Binary 1001100 1010011 1000001 1000 0 10110 1000011 1010011 1100 11101

Color Harmonies of #4C5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5341

Black with #4C5341

Text Example


Text Example

White with #4C5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,65); }

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

background-color css

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

 a { background-color: rgb(76,83,65); }

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

border-color css

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

 span { border-color: rgb(76,83,65); }

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