Html Css Color HEX #4C553D Lunar Green

📋 copy color: '#4C553D'

red 76 ◦ green 85 ◦ blue 61

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

Shades of Lunar Green #4C553D

Tints of Lunar Green #4C553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 34.23%
G = 38.29%
B = 27.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#4C553D (or 0x4C553D) is known color: Lunar Green. HEX triplet: 4C, 55 and 3D. RGB value is (76,85,61). Sum of RGB (Red+Green+Blue) = 76+85+61=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #4C553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C553D is #B3AAC2. Grayscale: #4F4F4F. Windows color (decimal): -11774659 or 4019532. OLE color: 4019532.

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

Color convert

RGB 76 85 61 -
CMYK 0.11 0 0.28 0.67
HSL 82.5º 0.16% 0.29% -
HSV(B) 82.5º 0.28% 0.33% -
XYZ 7.07 8.37 5.66 -
YUV 79.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 76 85 61 0.11 0 0.28 0.67 82.5 0.16 0.29
Hex 4C 55 3D B 0 1C 43 52 10 1D
Octal 114 125 75 13 0 34 103 122 20 35
Binary 1001100 1010101 111101 1011 0 11100 1000011 1010010 10000 11101

Color Harmonies of #4C553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C553D

Black with #4C553D

Text Example


Text Example

White with #4C553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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