Html Css Color HEX #3D755B Amazon

📋 copy color: '#3D755B'

red 61 ◦ green 117 ◦ blue 91

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

Shades of Amazon #3D755B

Tints of Amazon #3D755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.49%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 22.68%
G = 43.49%
B = 33.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#3D755B (or 0x3D755B) is known color: Amazon. HEX triplet: 3D, 75 and 5B. RGB value is (61,117,91). Sum of RGB (Red+Green+Blue) = 61+117+91=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 117 - color contains mainly: green. Hex color #3D755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D755B is #C28AA4. Grayscale: #616161. Windows color (decimal): -12749477 or 5993789. OLE color: 5993789.

HSL color Cylindrical-coordinate representation of color #3D755B: hue angle of 152.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D755B is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 91 -
CMYK 0.48 0 0.22 0.54
HSL 152.14º 0.31% 0.35% -
HSV(B) 152.14º 0.48% 0.46% -
XYZ 10.17 14.47 12.15 -
YUV 97.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 61 117 91 0.48 0 0.22 0.54 152.14 0.31 0.35
Hex 3D 75 5B 30 0 16 36 98 1F 23
Octal 75 165 133 60 0 26 66 230 37 43
Binary 111101 1110101 1011011 110000 0 10110 110110 10011000 11111 100011

Color Harmonies of #3D755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D755B

Black with #3D755B

Text Example


Text Example

White with #3D755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,117,91); }

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

background-color css

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

 a { background-color: rgb(61,117,91); }

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

border-color css

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

 span { border-color: rgb(61,117,91); }

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