Html Css Color HEX #4C5438 Lunar Green

📋 copy color: '#4C5438'

red 76 ◦ green 84 ◦ blue 56

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

Shades of Lunar Green #4C5438

Tints of Lunar Green #4C5438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 35.19%
G = 38.89%
B = 25.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#4C5438 (or 0x4C5438) is known color: Lunar Green. HEX triplet: 4C, 54 and 38. RGB value is (76,84,56). Sum of RGB (Red+Green+Blue) = 76+84+56=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5438 is #B3ABC7. Grayscale: #4E4E4E. Windows color (decimal): -11774920 or 3691596. OLE color: 3691596.

HSL color Cylindrical-coordinate representation of color #4C5438: hue angle of 77.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C5438 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 56 -
CMYK 0.10 0 0.33 0.67
HSL 77.14º 0.2% 0.27% -
HSV(B) 77.14º 0.33% 0.33% -
XYZ 6.86 8.16 4.96 -
YUV 78.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 76 84 56 0.10 0 0.33 0.67 77.14 0.2 0.27
Hex 4C 54 38 A 0 21 43 4D 14 1B
Octal 114 124 70 12 0 41 103 115 24 33
Binary 1001100 1010100 111000 1010 0 100001 1000011 1001101 10100 11011

Color Harmonies of #4C5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5438

Black with #4C5438

Text Example


Text Example

White with #4C5438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,56); }

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

background-color css

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

 a { background-color: rgb(76,84,56); }

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

border-color css

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

 span { border-color: rgb(76,84,56); }

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