Html Css Color HEX #3A824E Amazon

📋 copy color: '#3A824E'

red 58 ◦ green 130 ◦ blue 78

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

Shades of Amazon #3A824E

Tints of Amazon #3A824E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.32%

R = 21.8%
G = 48.87%
B = 29.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#3A824E (or 0x3A824E) is known color: Amazon. HEX triplet: 3A, 82 and 4E. RGB value is (58,130,78). Sum of RGB (Red+Green+Blue) = 58+130+78=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #3A824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A824E is #C57DB1. Grayscale: #666666. Windows color (decimal): -12942770 or 5145146. OLE color: 5145146.

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

Color convert

RGB 58 130 78 -
CMYK 0.55 0 0.40 0.49
HSL 136.67º 0.38% 0.37% -
HSV(B) 136.67º 0.55% 0.51% -
XYZ 11.1 17.41 9.98 -
YUV 102.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 58 130 78 0.55 0 0.40 0.49 136.67 0.38 0.37
Hex 3A 82 4E 37 0 28 31 89 26 25
Octal 72 202 116 67 0 50 61 211 46 45
Binary 111010 10000010 1001110 110111 0 101000 110001 10001001 100110 100101

Color Harmonies of #3A824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A824E

Black with #3A824E

Text Example


Text Example

White with #3A824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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