Html Css Color HEX #3D714C Amazon

📋 copy color: '#3D714C'

red 61 ◦ green 113 ◦ blue 76

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

Shades of Amazon #3D714C

Tints of Amazon #3D714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 24.4%
G = 45.2%
B = 30.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#3D714C (or 0x3D714C) is known color: Amazon. HEX triplet: 3D, 71 and 4C. RGB value is (61,113,76). Sum of RGB (Red+Green+Blue) = 61+113+76=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #3D714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D714C is #C28EB3. Grayscale: #5D5D5D. Windows color (decimal): -12750516 or 5009725. OLE color: 5009725.

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

Color convert

RGB 61 113 76 -
CMYK 0.46 0 0.33 0.56
HSL 137.31º 0.3% 0.34% -
HSV(B) 137.31º 0.46% 0.44% -
XYZ 9.13 13.32 8.93 -
YUV 93.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 61 113 76 0.46 0 0.33 0.56 137.31 0.3 0.34
Hex 3D 71 4C 2E 0 21 38 89 1E 22
Octal 75 161 114 56 0 41 70 211 36 42
Binary 111101 1110001 1001100 101110 0 100001 111000 10001001 11110 100010

Color Harmonies of #3D714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D714C

Black with #3D714C

Text Example


Text Example

White with #3D714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,76); }

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

background-color css

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

 a { background-color: rgb(61,113,76); }

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

border-color css

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

 span { border-color: rgb(61,113,76); }

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