Html Css Color HEX #3D7650 Amazon

📋 copy color: '#3D7650'

red 61 ◦ green 118 ◦ blue 80

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

Shades of Amazon #3D7650

Tints of Amazon #3D7650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.56%

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 23.55%
G = 45.56%
B = 30.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#3D7650 (or 0x3D7650) is known color: Amazon. HEX triplet: 3D, 76 and 50. RGB value is (61,118,80). Sum of RGB (Red+Green+Blue) = 61+118+80=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7650 is #C289AF. Grayscale: #606060. Windows color (decimal): -12749232 or 5273149. OLE color: 5273149.

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

Color convert

RGB 61 118 80 -
CMYK 0.48 0 0.32 0.54
HSL 140º 0.32% 0.35% -
HSV(B) 140º 0.48% 0.46% -
XYZ 9.85 14.53 9.87 -
YUV 96.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 61 118 80 0.48 0 0.32 0.54 140 0.32 0.35
Hex 3D 76 50 30 0 20 36 8C 20 23
Octal 75 166 120 60 0 40 66 214 40 43
Binary 111101 1110110 1010000 110000 0 100000 110110 10001100 100000 100011

Color Harmonies of #3D7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7650

Black with #3D7650

Text Example


Text Example

White with #3D7650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,80); }

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

background-color css

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

 a { background-color: rgb(61,118,80); }

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

border-color css

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

 span { border-color: rgb(61,118,80); }

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