Html Css Color HEX #3C894D Amazon

📋 copy color: '#3C894D'

red 60 ◦ green 137 ◦ blue 77

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

Shades of Amazon #3C894D

Tints of Amazon #3C894D

RGB

 RED value IS 60 (23.83% from 255) = 21.9%

 GREEN value IS 137 (53.91% from 255) = 50%

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

R = 21.9%
G = 50%
B = 28.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#3C894D (or 0x3C894D) is known color: Amazon. HEX triplet: 3C, 89 and 4D. RGB value is (60,137,77). Sum of RGB (Red+Green+Blue) = 60+137+77=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #3C894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C894D is #C376B2. Grayscale: #6B6B6B. Windows color (decimal): -12809907 or 5081404. OLE color: 5081404.

HSL color Cylindrical-coordinate representation of color #3C894D: hue angle of 133.25º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C894D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 77 -
CMYK 0.56 0 0.44 0.46
HSL 133.25º 0.39% 0.39% -
HSV(B) 133.25º 0.56% 0.54% -
XYZ 12.15 19.39 10.12 -
YUV 107.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 60 137 77 0.56 0 0.44 0.46 133.25 0.39 0.39
Hex 3C 89 4D 38 0 2C 2E 85 27 27
Octal 74 211 115 70 0 54 56 205 47 47
Binary 111100 10001001 1001101 111000 0 101100 101110 10000101 100111 100111

Color Harmonies of #3C894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C894D

Black with #3C894D

Text Example


Text Example

White with #3C894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,137,77); }

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

background-color css

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

 a { background-color: rgb(60,137,77); }

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

border-color css

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

 span { border-color: rgb(60,137,77); }

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