Html Css Color HEX #4A533D Lunar Green

📋 copy color: '#4A533D'

red 74 ◦ green 83 ◦ blue 61

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

Shades of Lunar Green #4A533D

Tints of Lunar Green #4A533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 33.94%
G = 38.07%
B = 27.98%

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

#4A533D (or 0x4A533D) is known color: Lunar Green. HEX triplet: 4A, 53 and 3D. RGB value is (74,83,61). Sum of RGB (Red+Green+Blue) = 74+83+61=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #4A533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A533D is #B5ACC2. Grayscale: #4D4D4D. Windows color (decimal): -11906243 or 4019018. OLE color: 4019018.

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

Color convert

RGB 74 83 61 -
CMYK 0.11 0 0.27 0.67
HSL 84.55º 0.15% 0.28% -
HSV(B) 84.55º 0.27% 0.33% -
XYZ 6.76 7.98 5.6 -
YUV 77.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 74 83 61 0.11 0 0.27 0.67 84.55 0.15 0.28
Hex 4A 53 3D B 0 1B 43 55 F 1C
Octal 112 123 75 13 0 33 103 125 17 34
Binary 1001010 1010011 111101 1011 0 11011 1000011 1010101 1111 11100

Color Harmonies of #4A533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A533D

Black with #4A533D

Text Example


Text Example

White with #4A533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,83,61); }

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

background-color css

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

 a { background-color: rgb(74,83,61); }

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

border-color css

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

 span { border-color: rgb(74,83,61); }

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