Html Css Color HEX #3D795C Amazon

📋 copy color: '#3D795C'

red 61 ◦ green 121 ◦ blue 92

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

Shades of Amazon #3D795C

Tints of Amazon #3D795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 22.26%
G = 44.16%
B = 33.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#3D795C (or 0x3D795C) is known color: Amazon. HEX triplet: 3D, 79 and 5C. RGB value is (61,121,92). Sum of RGB (Red+Green+Blue) = 61+121+92=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 121 - color contains mainly: green. Hex color #3D795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D795C is #C286A3. Grayscale: #636363. Windows color (decimal): -12748452 or 6060349. OLE color: 6060349.

HSL color Cylindrical-coordinate representation of color #3D795C: hue angle of 151º 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 #3D795C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 121 92 -
CMYK 0.50 0 0.24 0.53
HSL 151º 0.33% 0.36% -
HSV(B) 151º 0.5% 0.47% -
XYZ 10.69 15.44 12.54 -
YUV 99.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 61 121 92 0.50 0 0.24 0.53 151 0.33 0.36
Hex 3D 79 5C 32 0 18 35 97 21 24
Octal 75 171 134 62 0 30 65 227 41 44
Binary 111101 1111001 1011100 110010 0 11000 110101 10010111 100001 100100

Color Harmonies of #3D795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D795C

Black with #3D795C

Text Example


Text Example

White with #3D795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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