Html Css Color HEX #3A824D Amazon

📋 copy color: '#3A824D'

red 58 ◦ green 130 ◦ blue 77

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

Shades of Amazon #3A824D

Tints of Amazon #3A824D

RGB

 RED value IS 58 (23.05% from 255) = 21.89%

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

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 21.89%
G = 49.06%
B = 29.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#3A824D (or 0x3A824D) is known color: Amazon. HEX triplet: 3A, 82 and 4D. RGB value is (58,130,77). Sum of RGB (Red+Green+Blue) = 58+130+77=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #3A824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A824D is #C57DB2. Grayscale: #666666. Windows color (decimal): -12942771 or 5079610. OLE color: 5079610.

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

Color convert

RGB 58 130 77 -
CMYK 0.55 0 0.41 0.49
HSL 135.83º 0.38% 0.37% -
HSV(B) 135.83º 0.55% 0.51% -
XYZ 11.07 17.4 9.8 -
YUV 102.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 58 130 77 0.55 0 0.41 0.49 135.83 0.38 0.37
Hex 3A 82 4D 37 0 29 31 88 26 25
Octal 72 202 115 67 0 51 61 210 46 45
Binary 111010 10000010 1001101 110111 0 101001 110001 10001000 100110 100101

Color Harmonies of #3A824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A824D

Black with #3A824D

Text Example


Text Example

White with #3A824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,130,77); }

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

background-color css

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

 a { background-color: rgb(58,130,77); }

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

border-color css

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

 span { border-color: rgb(58,130,77); }

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