Html Css Color HEX #3D755A Amazon

📋 copy color: '#3D755A'

red 61 ◦ green 117 ◦ blue 90

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

Shades of Amazon #3D755A

Tints of Amazon #3D755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 22.76%
G = 43.66%
B = 33.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#3D755A (or 0x3D755A) is known color: Amazon. HEX triplet: 3D, 75 and 5A. RGB value is (61,117,90). Sum of RGB (Red+Green+Blue) = 61+117+90=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #3D755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D755A is #C28AA5. Grayscale: #616161. Windows color (decimal): -12749478 or 5928253. OLE color: 5928253.

HSL color Cylindrical-coordinate representation of color #3D755A: hue angle of 151.07º 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 #3D755A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 90 -
CMYK 0.48 0 0.23 0.54
HSL 151.07º 0.31% 0.35% -
HSV(B) 151.07º 0.48% 0.46% -
XYZ 10.13 14.45 11.93 -
YUV 97.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 61 117 90 0.48 0 0.23 0.54 151.07 0.31 0.35
Hex 3D 75 5A 30 0 17 36 97 1F 23
Octal 75 165 132 60 0 27 66 227 37 43
Binary 111101 1110101 1011010 110000 0 10111 110110 10010111 11111 100011

Color Harmonies of #3D755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D755A

Black with #3D755A

Text Example


Text Example

White with #3D755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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