Html Css Color HEX #3D8759 Amazon

📋 copy color: '#3D8759'

red 61 ◦ green 135 ◦ blue 89

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

Shades of Amazon #3D8759

Tints of Amazon #3D8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

 BLUE value IS 89 (35.16% from 255) = 31.23%

R = 21.4%
G = 47.37%
B = 31.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#3D8759 (or 0x3D8759) is known color: Amazon. HEX triplet: 3D, 87 and 59. RGB value is (61,135,89). Sum of RGB (Red+Green+Blue) = 61+135+89=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8759 is #C278A6. Grayscale: #6B6B6B. Windows color (decimal): -12744871 or 5867325. OLE color: 5867325.

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

Color convert

RGB 61 135 89 -
CMYK 0.55 0 0.34 0.47
HSL 142.7º 0.38% 0.38% -
HSV(B) 142.7º 0.55% 0.53% -
XYZ 12.39 19.04 12.47 -
YUV 107.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 61 135 89 0.55 0 0.34 0.47 142.7 0.38 0.38
Hex 3D 87 59 37 0 22 2F 8F 26 26
Octal 75 207 131 67 0 42 57 217 46 46
Binary 111101 10000111 1011001 110111 0 100010 101111 10001111 100110 100110

Color Harmonies of #3D8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8759

Black with #3D8759

Text Example


Text Example

White with #3D8759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,135,89); }

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

background-color css

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

 a { background-color: rgb(61,135,89); }

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

border-color css

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

 span { border-color: rgb(61,135,89); }

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