Html Css Color HEX #4C553C Lunar Green

📋 copy color: '#4C553C'

red 76 ◦ green 85 ◦ blue 60

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

Shades of Lunar Green #4C553C

Tints of Lunar Green #4C553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 34.39%
G = 38.46%
B = 27.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#4C553C (or 0x4C553C) is known color: Lunar Green. HEX triplet: 4C, 55 and 3C. RGB value is (76,85,60). Sum of RGB (Red+Green+Blue) = 76+85+60=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553C is #B3AAC3. Grayscale: #4F4F4F. Windows color (decimal): -11774660 or 3953996. OLE color: 3953996.

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

Color convert

RGB 76 85 60 -
CMYK 0.11 0 0.29 0.67
HSL 81.6º 0.17% 0.28% -
HSV(B) 81.6º 0.29% 0.33% -
XYZ 7.04 8.36 5.52 -
YUV 79.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 76 85 60 0.11 0 0.29 0.67 81.6 0.17 0.28
Hex 4C 55 3C B 0 1D 43 52 11 1C
Octal 114 125 74 13 0 35 103 122 21 34
Binary 1001100 1010101 111100 1011 0 11101 1000011 1010010 10001 11100

Color Harmonies of #4C553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C553C

Black with #4C553C

Text Example


Text Example

White with #4C553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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