Html Css Color HEX #3A784F Amazon

📋 copy color: '#3A784F'

red 58 ◦ green 120 ◦ blue 79

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

Shades of Amazon #3A784F

Tints of Amazon #3A784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 22.57%
G = 46.69%
B = 30.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3A784F (or 0x3A784F) is known color: Amazon. HEX triplet: 3A, 78 and 4F. RGB value is (58,120,79). Sum of RGB (Red+Green+Blue) = 58+120+79=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #3A784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A784F is #C587B0. Grayscale: #606060. Windows color (decimal): -12945329 or 5208122. OLE color: 5208122.

HSL color Cylindrical-coordinate representation of color #3A784F: hue angle of 140.32º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A784F is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 120 79 -
CMYK 0.52 0 0.34 0.53
HSL 140.32º 0.35% 0.35% -
HSV(B) 140.32º 0.52% 0.47% -
XYZ 9.87 14.9 9.75 -
YUV 96.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 58 120 79 0.52 0 0.34 0.53 140.32 0.35 0.35
Hex 3A 78 4F 34 0 22 35 8C 23 23
Octal 72 170 117 64 0 42 65 214 43 43
Binary 111010 1111000 1001111 110100 0 100010 110101 10001100 100011 100011

Color Harmonies of #3A784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A784F

Black with #3A784F

Text Example


Text Example

White with #3A784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,79); }

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

background-color css

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

 a { background-color: rgb(58,120,79); }

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

border-color css

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

 span { border-color: rgb(58,120,79); }

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