Html Css Color HEX #3D824E Amazon

📋 copy color: '#3D824E'

red 61 ◦ green 130 ◦ blue 78

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

Shades of Amazon #3D824E

Tints of Amazon #3D824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 78 (30.86% from 255) = 29%

R = 22.68%
G = 48.33%
B = 29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#3D824E (or 0x3D824E) is known color: Amazon. HEX triplet: 3D, 82 and 4E. RGB value is (61,130,78). Sum of RGB (Red+Green+Blue) = 61+130+78=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #3D824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D824E is #C27DB1. Grayscale: #676767. Windows color (decimal): -12746162 or 5145149. OLE color: 5145149.

HSL color Cylindrical-coordinate representation of color #3D824E: hue angle of 134.78º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D824E is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 130 78 -
CMYK 0.53 0 0.40 0.49
HSL 134.78º 0.36% 0.37% -
HSV(B) 134.78º 0.53% 0.51% -
XYZ 11.28 17.51 9.99 -
YUV 103.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 61 130 78 0.53 0 0.40 0.49 134.78 0.36 0.37
Hex 3D 82 4E 35 0 28 31 87 24 25
Octal 75 202 116 65 0 50 61 207 44 45
Binary 111101 10000010 1001110 110101 0 101000 110001 10000111 100100 100101

Color Harmonies of #3D824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D824E

Black with #3D824E

Text Example


Text Example

White with #3D824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,130,78); }

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

background-color css

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

 a { background-color: rgb(61,130,78); }

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

border-color css

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

 span { border-color: rgb(61,130,78); }

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