Html Css Color HEX #3D875D Amazon

📋 copy color: '#3D875D'

red 61 ◦ green 135 ◦ blue 93

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

Shades of Amazon #3D875D

Tints of Amazon #3D875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 21.11%
G = 46.71%
B = 32.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#3D875D (or 0x3D875D) is known color: Amazon. HEX triplet: 3D, 87 and 5D. RGB value is (61,135,93). Sum of RGB (Red+Green+Blue) = 61+135+93=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #3D875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D875D is #C278A2. Grayscale: #6C6C6C. Windows color (decimal): -12744867 or 6129469. OLE color: 6129469.

HSL color Cylindrical-coordinate representation of color #3D875D: hue angle of 145.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D875D is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 135 93 -
CMYK 0.55 0 0.31 0.47
HSL 145.95º 0.38% 0.38% -
HSV(B) 145.95º 0.55% 0.53% -
XYZ 12.56 19.11 13.38 -
YUV 108.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 61 135 93 0.55 0 0.31 0.47 145.95 0.38 0.38
Hex 3D 87 5D 37 0 1F 2F 92 26 26
Octal 75 207 135 67 0 37 57 222 46 46
Binary 111101 10000111 1011101 110111 0 11111 101111 10010010 100110 100110

Color Harmonies of #3D875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D875D

Black with #3D875D

Text Example


Text Example

White with #3D875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,135,93); }

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

background-color css

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

 a { background-color: rgb(61,135,93); }

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

border-color css

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

 span { border-color: rgb(61,135,93); }

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