Html Css Color HEX #3D7C4E Amazon

📋 copy color: '#3D7C4E'

red 61 ◦ green 124 ◦ blue 78

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

Shades of Amazon #3D7C4E

Tints of Amazon #3D7C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

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

R = 23.19%
G = 47.15%
B = 29.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#3D7C4E (or 0x3D7C4E) is known color: Amazon. HEX triplet: 3D, 7C and 4E. RGB value is (61,124,78). Sum of RGB (Red+Green+Blue) = 61+124+78=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C4E is #C283B1. Grayscale: #646464. Windows color (decimal): -12747698 or 5143613. OLE color: 5143613.

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

Color convert

RGB 61 124 78 -
CMYK 0.51 0 0.37 0.51
HSL 136.19º 0.34% 0.36% -
HSV(B) 136.19º 0.51% 0.49% -
XYZ 10.51 15.96 9.73 -
YUV 99.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 61 124 78 0.51 0 0.37 0.51 136.19 0.34 0.36
Hex 3D 7C 4E 33 0 25 33 88 22 24
Octal 75 174 116 63 0 45 63 210 42 44
Binary 111101 1111100 1001110 110011 0 100101 110011 10001000 100010 100100

Color Harmonies of #3D7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7C4E

Black with #3D7C4E

Text Example


Text Example

White with #3D7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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