Html Css Color HEX #3D795F Amazon

📋 copy color: '#3D795F'

red 61 ◦ green 121 ◦ blue 95

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

Shades of Amazon #3D795F

Tints of Amazon #3D795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.68%

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 22.02%
G = 43.68%
B = 34.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#3D795F (or 0x3D795F) is known color: Amazon. HEX triplet: 3D, 79 and 5F. RGB value is (61,121,95). Sum of RGB (Red+Green+Blue) = 61+121+95=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 121 - color contains mainly: green. Hex color #3D795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D795F is #C286A0. Grayscale: #646464. Windows color (decimal): -12748449 or 6256957. OLE color: 6256957.

HSL color Cylindrical-coordinate representation of color #3D795F: hue angle of 154º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D795F is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 121 95 -
CMYK 0.50 0 0.21 0.53
HSL 154º 0.33% 0.36% -
HSV(B) 154º 0.5% 0.47% -
XYZ 10.83 15.49 13.25 -
YUV 100.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 61 121 95 0.50 0 0.21 0.53 154 0.33 0.36
Hex 3D 79 5F 32 0 15 35 9A 21 24
Octal 75 171 137 62 0 25 65 232 41 44
Binary 111101 1111001 1011111 110010 0 10101 110101 10011010 100001 100100

Color Harmonies of #3D795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D795F

Black with #3D795F

Text Example


Text Example

White with #3D795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,121,95); }

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

background-color css

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

 a { background-color: rgb(61,121,95); }

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

border-color css

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

 span { border-color: rgb(61,121,95); }

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