Html Css Color HEX #3D7150 Amazon

📋 copy color: '#3D7150'

red 61 ◦ green 113 ◦ blue 80

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

Shades of Amazon #3D7150

Tints of Amazon #3D7150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 24.02%
G = 44.49%
B = 31.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#3D7150 (or 0x3D7150) is known color: Amazon. HEX triplet: 3D, 71 and 50. RGB value is (61,113,80). Sum of RGB (Red+Green+Blue) = 61+113+80=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7150 is #C28EAF. Grayscale: #5D5D5D. Windows color (decimal): -12750512 or 5271869. OLE color: 5271869.

HSL color Cylindrical-coordinate representation of color #3D7150: hue angle of 141.92º 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 #3D7150 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 113 80 -
CMYK 0.46 0 0.29 0.56
HSL 141.92º 0.3% 0.34% -
HSV(B) 141.92º 0.46% 0.44% -
XYZ 9.28 13.38 9.68 -
YUV 93.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 61 113 80 0.46 0 0.29 0.56 141.92 0.3 0.34
Hex 3D 71 50 2E 0 1D 38 8E 1E 22
Octal 75 161 120 56 0 35 70 216 36 42
Binary 111101 1110001 1010000 101110 0 11101 111000 10001110 11110 100010

Color Harmonies of #3D7150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7150

Black with #3D7150

Text Example


Text Example

White with #3D7150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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