Html Css Color HEX #4C5340 Lunar Green

📋 copy color: '#4C5340'

red 76 ◦ green 83 ◦ blue 64

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

Shades of Lunar Green #4C5340

Tints of Lunar Green #4C5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 34.08%
G = 37.22%
B = 28.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#4C5340 (or 0x4C5340) is known color: Lunar Green. HEX triplet: 4C, 53 and 40. RGB value is (76,83,64). Sum of RGB (Red+Green+Blue) = 76+83+64=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5340 is #B3ACBF. Grayscale: #4E4E4E. Windows color (decimal): -11775168 or 4215628. OLE color: 4215628.

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

Color convert

RGB 76 83 64 -
CMYK 0.08 0 0.23 0.67
HSL 82.11º 0.13% 0.29% -
HSV(B) 82.11º 0.23% 0.33% -
XYZ 7 8.09 6.04 -
YUV 78.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 76 83 64 0.08 0 0.23 0.67 82.11 0.13 0.29
Hex 4C 53 40 8 0 17 43 52 D 1D
Octal 114 123 100 10 0 27 103 122 15 35
Binary 1001100 1010011 1000000 1000 0 10111 1000011 1010010 1101 11101

Color Harmonies of #4C5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5340

Black with #4C5340

Text Example


Text Example

White with #4C5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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