Html Css Color HEX #3D8955 Amazon

📋 copy color: '#3D8955'

red 61 ◦ green 137 ◦ blue 85

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

Shades of Amazon #3D8955

Tints of Amazon #3D8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.41%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 21.55%
G = 48.41%
B = 30.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#3D8955 (or 0x3D8955) is known color: Amazon. HEX triplet: 3D, 89 and 55. RGB value is (61,137,85). Sum of RGB (Red+Green+Blue) = 61+137+85=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8955 is #C276AA. Grayscale: #6C6C6C. Windows color (decimal): -12744363 or 5605693. OLE color: 5605693.

HSL color Cylindrical-coordinate representation of color #3D8955: hue angle of 138.95º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8955 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 85 -
CMYK 0.55 0 0.38 0.46
HSL 138.95º 0.38% 0.39% -
HSV(B) 138.95º 0.55% 0.54% -
XYZ 12.51 19.54 11.71 -
YUV 108.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 61 137 85 0.55 0 0.38 0.46 138.95 0.38 0.39
Hex 3D 89 55 37 0 26 2E 8B 26 27
Octal 75 211 125 67 0 46 56 213 46 47
Binary 111101 10001001 1010101 110111 0 100110 101110 10001011 100110 100111

Color Harmonies of #3D8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8955

Black with #3D8955

Text Example


Text Example

White with #3D8955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,85); }

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

background-color css

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

 a { background-color: rgb(61,137,85); }

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

border-color css

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

 span { border-color: rgb(61,137,85); }

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