Html Css Color HEX #4A553C Lunar Green

📋 copy color: '#4A553C'

red 74 ◦ green 85 ◦ blue 60

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

Shades of Lunar Green #4A553C

Tints of Lunar Green #4A553C

RGB

 RED value IS 74 (29.3% from 255) = 33.79%

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

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

R = 33.79%
G = 38.81%
B = 27.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#4A553C (or 0x4A553C) is known color: Lunar Green. HEX triplet: 4A, 55 and 3C. RGB value is (74,85,60). Sum of RGB (Red+Green+Blue) = 74+85+60=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #4A553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A553C is #B5AAC3. Grayscale: #4E4E4E. Windows color (decimal): -11905732 or 3953994. OLE color: 3953994.

HSL color Cylindrical-coordinate representation of color #4A553C: hue angle of 86.4º 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 #4A553C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 60 -
CMYK 0.13 0 0.29 0.67
HSL 86.4º 0.17% 0.28% -
HSV(B) 86.4º 0.29% 0.33% -
XYZ 6.89 8.28 5.51 -
YUV 78.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 74 85 60 0.13 0 0.29 0.67 86.4 0.17 0.28
Hex 4A 55 3C D 0 1D 43 56 11 1C
Octal 112 125 74 15 0 35 103 126 21 34
Binary 1001010 1010101 111100 1101 0 11101 1000011 1010110 10001 11100

Color Harmonies of #4A553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A553C

Black with #4A553C

Text Example


Text Example

White with #4A553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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