Html Css Color HEX #3D874F Amazon

📋 copy color: '#3D874F'

red 61 ◦ green 135 ◦ blue 79

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

Shades of Amazon #3D874F

Tints of Amazon #3D874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 22.18%
G = 49.09%
B = 28.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#3D874F (or 0x3D874F) is known color: Amazon. HEX triplet: 3D, 87 and 4F. RGB value is (61,135,79). Sum of RGB (Red+Green+Blue) = 61+135+79=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #3D874F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D874F is #C278B0. Grayscale: #6A6A6A. Windows color (decimal): -12744881 or 5211965. OLE color: 5211965.

HSL color Cylindrical-coordinate representation of color #3D874F: hue angle of 134.59º 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 #3D874F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 135 79 -
CMYK 0.55 0 0.41 0.47
HSL 134.59º 0.38% 0.38% -
HSV(B) 134.59º 0.55% 0.53% -
XYZ 12 18.88 10.41 -
YUV 106.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 61 135 79 0.55 0 0.41 0.47 134.59 0.38 0.38
Hex 3D 87 4F 37 0 29 2F 87 26 26
Octal 75 207 117 67 0 51 57 207 46 46
Binary 111101 10000111 1001111 110111 0 101001 101111 10000111 100110 100110

Color Harmonies of #3D874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D874F

Black with #3D874F

Text Example


Text Example

White with #3D874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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