Html Css Color HEX #3D7153 Amazon

📋 copy color: '#3D7153'

red 61 ◦ green 113 ◦ blue 83

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

Shades of Amazon #3D7153

Tints of Amazon #3D7153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 23.74%
G = 43.97%
B = 32.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#3D7153 (or 0x3D7153) is known color: Amazon. HEX triplet: 3D, 71 and 53. RGB value is (61,113,83). Sum of RGB (Red+Green+Blue) = 61+113+83=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7153 is #C28EAC. Grayscale: #5E5E5E. Windows color (decimal): -12750509 or 5468477. OLE color: 5468477.

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

Color convert

RGB 61 113 83 -
CMYK 0.46 0 0.27 0.56
HSL 145.38º 0.3% 0.34% -
HSV(B) 145.38º 0.46% 0.44% -
XYZ 9.39 13.43 10.28 -
YUV 94.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 61 113 83 0.46 0 0.27 0.56 145.38 0.3 0.34
Hex 3D 71 53 2E 0 1B 38 91 1E 22
Octal 75 161 123 56 0 33 70 221 36 42
Binary 111101 1110001 1010011 101110 0 11011 111000 10010001 11110 100010

Color Harmonies of #3D7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7153

Black with #3D7153

Text Example


Text Example

White with #3D7153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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