Html Css Color HEX #4C553E Lunar Green

📋 copy color: '#4C553E'

red 76 ◦ green 85 ◦ blue 62

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

Shades of Lunar Green #4C553E

Tints of Lunar Green #4C553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 34.08%
G = 38.12%
B = 27.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#4C553E (or 0x4C553E) is known color: Lunar Green. HEX triplet: 4C, 55 and 3E. RGB value is (76,85,62). Sum of RGB (Red+Green+Blue) = 76+85+62=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553E is #B3AAC1. Grayscale: #4F4F4F. Windows color (decimal): -11774658 or 4085068. OLE color: 4085068.

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

Color convert

RGB 76 85 62 -
CMYK 0.11 0 0.27 0.67
HSL 83.48º 0.16% 0.29% -
HSV(B) 83.48º 0.27% 0.33% -
XYZ 7.1 8.38 5.8 -
YUV 79.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 76 85 62 0.11 0 0.27 0.67 83.48 0.16 0.29
Hex 4C 55 3E B 0 1B 43 53 10 1D
Octal 114 125 76 13 0 33 103 123 20 35
Binary 1001100 1010101 111110 1011 0 11011 1000011 1010011 10000 11101

Color Harmonies of #4C553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C553E

Black with #4C553E

Text Example


Text Example

White with #4C553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,62); }

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

background-color css

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

 a { background-color: rgb(76,85,62); }

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

border-color css

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

 span { border-color: rgb(76,85,62); }

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