Html Css Color HEX #3D8250 Amazon

📋 copy color: '#3D8250'

red 61 ◦ green 130 ◦ blue 80

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

Shades of Amazon #3D8250

Tints of Amazon #3D8250

RGB

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

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

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

R = 22.51%
G = 47.97%
B = 29.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#3D8250 (or 0x3D8250) is known color: Amazon. HEX triplet: 3D, 82 and 50. RGB value is (61,130,80). Sum of RGB (Red+Green+Blue) = 61+130+80=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8250 is #C27DAF. Grayscale: #676767. Windows color (decimal): -12746160 or 5276221. OLE color: 5276221.

HSL color Cylindrical-coordinate representation of color #3D8250: hue angle of 136.52º 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 #3D8250 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 61 130 80 -
CMYK 0.53 0 0.38 0.49
HSL 136.52º 0.36% 0.37% -
HSV(B) 136.52º 0.53% 0.51% -
XYZ 11.36 17.54 10.38 -
YUV 103.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 61 130 80 0.53 0 0.38 0.49 136.52 0.36 0.37
Hex 3D 82 50 35 0 26 31 89 24 25
Octal 75 202 120 65 0 46 61 211 44 45
Binary 111101 10000010 1010000 110101 0 100110 110001 10001001 100100 100101

Color Harmonies of #3D8250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8250

Black with #3D8250

Text Example


Text Example

White with #3D8250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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