Html Css Color HEX #3D8259 Amazon

📋 copy color: '#3D8259'

red 61 ◦ green 130 ◦ blue 89

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

Shades of Amazon #3D8259

Tints of Amazon #3D8259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 21.79%
G = 46.43%
B = 31.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#3D8259 (or 0x3D8259) is known color: Amazon. HEX triplet: 3D, 82 and 59. RGB value is (61,130,89). Sum of RGB (Red+Green+Blue) = 61+130+89=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8259 is #C27DA6. Grayscale: #686868. Windows color (decimal): -12746151 or 5866045. OLE color: 5866045.

HSL color Cylindrical-coordinate representation of color #3D8259: hue angle of 144.35º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D8259 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 130 89 -
CMYK 0.53 0 0.32 0.49
HSL 144.35º 0.36% 0.37% -
HSV(B) 144.35º 0.53% 0.51% -
XYZ 11.71 17.68 12.25 -
YUV 104.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 61 130 89 0.53 0 0.32 0.49 144.35 0.36 0.37
Hex 3D 82 59 35 0 20 31 90 24 25
Octal 75 202 131 65 0 40 61 220 44 45
Binary 111101 10000010 1011001 110101 0 100000 110001 10010000 100100 100101

Color Harmonies of #3D8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8259

Black with #3D8259

Text Example


Text Example

White with #3D8259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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