Html Css Color HEX #3A784D Amazon

📋 copy color: '#3A784D'

red 58 ◦ green 120 ◦ blue 77

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

Shades of Amazon #3A784D

Tints of Amazon #3A784D

RGB

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

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

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

R = 22.75%
G = 47.06%
B = 30.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#3A784D (or 0x3A784D) is known color: Amazon. HEX triplet: 3A, 78 and 4D. RGB value is (58,120,77). Sum of RGB (Red+Green+Blue) = 58+120+77=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #3A784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A784D is #C587B2. Grayscale: #606060. Windows color (decimal): -12945331 or 5077050. OLE color: 5077050.

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

Color convert

RGB 58 120 77 -
CMYK 0.52 0 0.36 0.53
HSL 138.39º 0.35% 0.35% -
HSV(B) 138.39º 0.52% 0.47% -
XYZ 9.8 14.87 9.37 -
YUV 96.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 58 120 77 0.52 0 0.36 0.53 138.39 0.35 0.35
Hex 3A 78 4D 34 0 24 35 8A 23 23
Octal 72 170 115 64 0 44 65 212 43 43
Binary 111010 1111000 1001101 110100 0 100100 110101 10001010 100011 100011

Color Harmonies of #3A784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A784D

Black with #3A784D

Text Example


Text Example

White with #3A784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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