Html Css Color HEX #3D724D Amazon

📋 copy color: '#3D724D'

red 61 ◦ green 114 ◦ blue 77

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

Shades of Amazon #3D724D

Tints of Amazon #3D724D

RGB

 RED value IS 61 (24.22% from 255) = 24.21%

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 24.21%
G = 45.24%
B = 30.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#3D724D (or 0x3D724D) is known color: Amazon. HEX triplet: 3D, 72 and 4D. RGB value is (61,114,77). Sum of RGB (Red+Green+Blue) = 61+114+77=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #3D724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D724D is #C28DB2. Grayscale: #5E5E5E. Windows color (decimal): -12750259 or 5075517. OLE color: 5075517.

HSL color Cylindrical-coordinate representation of color #3D724D: hue angle of 138.11º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D724D is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 61 114 77 -
CMYK 0.46 0 0.32 0.55
HSL 138.11º 0.3% 0.34% -
HSV(B) 138.11º 0.46% 0.45% -
XYZ 9.28 13.56 9.15 -
YUV 93.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 61 114 77 0.46 0 0.32 0.55 138.11 0.3 0.34
Hex 3D 72 4D 2E 0 20 37 8A 1E 22
Octal 75 162 115 56 0 40 67 212 36 42
Binary 111101 1110010 1001101 101110 0 100000 110111 10001010 11110 100010

Color Harmonies of #3D724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D724D

Black with #3D724D

Text Example


Text Example

White with #3D724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D724D; }

 p { color: rgb(61,114,77); }

 H1.HeaderClassName
 {
   color: #3D724D;
 }
 .AnyTagClassName
 {
   color: #3D724D;
 }
</style>

background-color css

<style>
 a { background-color: #3D724D; }

 a { background-color: rgb(61,114,77); }

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

border-color css

<style>
 span { border-color: #3D724D; }

 span { border-color: rgb(61,114,77); }

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