Html Css Color HEX #3A804A Amazon

📋 copy color: '#3A804A'

red 58 ◦ green 128 ◦ blue 74

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

Shades of Amazon #3A804A

Tints of Amazon #3A804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.23%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 22.31%
G = 49.23%
B = 28.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#3A804A (or 0x3A804A) is known color: Amazon. HEX triplet: 3A, 80 and 4A. RGB value is (58,128,74). Sum of RGB (Red+Green+Blue) = 58+128+74=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #3A804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A804A is #C57FB5. Grayscale: #656565. Windows color (decimal): -12943286 or 4882490. OLE color: 4882490.

HSL color Cylindrical-coordinate representation of color #3A804A: hue angle of 133.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A804A is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 74 -
CMYK 0.55 0 0.42 0.50
HSL 133.71º 0.38% 0.36% -
HSV(B) 133.71º 0.55% 0.5% -
XYZ 10.7 16.83 9.16 -
YUV 100.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 58 128 74 0.55 0 0.42 0.50 133.71 0.38 0.36
Hex 3A 80 4A 37 0 2A 32 86 26 24
Octal 72 200 112 67 0 52 62 206 46 44
Binary 111010 10000000 1001010 110111 0 101010 110010 10000110 100110 100100

Color Harmonies of #3A804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A804A

Black with #3A804A

Text Example


Text Example

White with #3A804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,128,74); }

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

background-color css

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

 a { background-color: rgb(58,128,74); }

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

border-color css

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

 span { border-color: rgb(58,128,74); }

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