Html Css Color HEX #3C894F Amazon

📋 copy color: '#3C894F'

red 60 ◦ green 137 ◦ blue 79

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

Shades of Amazon #3C894F

Tints of Amazon #3C894F

RGB

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

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

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

R = 21.74%
G = 49.64%
B = 28.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#3C894F (or 0x3C894F) is known color: Amazon. HEX triplet: 3C, 89 and 4F. RGB value is (60,137,79). Sum of RGB (Red+Green+Blue) = 60+137+79=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #3C894F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C894F is #C376B0. Grayscale: #6B6B6B. Windows color (decimal): -12809905 or 5212476. OLE color: 5212476.

HSL color Cylindrical-coordinate representation of color #3C894F: hue angle of 134.81º 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 #3C894F is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 137 79 -
CMYK 0.56 0 0.42 0.46
HSL 134.81º 0.39% 0.39% -
HSV(B) 134.81º 0.56% 0.54% -
XYZ 12.22 19.42 10.5 -
YUV 107.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 60 137 79 0.56 0 0.42 0.46 134.81 0.39 0.39
Hex 3C 89 4F 38 0 2A 2E 87 27 27
Octal 74 211 117 70 0 52 56 207 47 47
Binary 111100 10001001 1001111 111000 0 101010 101110 10000111 100111 100111

Color Harmonies of #3C894F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C894F

Black with #3C894F

Text Example


Text Example

White with #3C894F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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