Html Css Color HEX #3C784F Amazon

📋 copy color: '#3C784F'

red 60 ◦ green 120 ◦ blue 79

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

Shades of Amazon #3C784F

Tints of Amazon #3C784F

RGB

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

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

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

R = 23.17%
G = 46.33%
B = 30.5%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3C784F (or 0x3C784F) is known color: Amazon. HEX triplet: 3C, 78 and 4F. RGB value is (60,120,79). Sum of RGB (Red+Green+Blue) = 60+120+79=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #3C784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C784F is #C387B0. Grayscale: #616161. Windows color (decimal): -12814257 or 5208124. OLE color: 5208124.

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

Color convert

RGB 60 120 79 -
CMYK 0.5 0 0.34 0.53
HSL 139º 0.33% 0.35% -
HSV(B) 139º 0.5% 0.47% -
XYZ 9.99 14.96 9.76 -
YUV 97.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 60 120 79 0.5 0 0.34 0.53 139 0.33 0.35
Hex 3C 78 4F 32 0 22 35 8B 21 23
Octal 74 170 117 62 0 42 65 213 41 43
Binary 111100 1111000 1001111 110010 0 100010 110101 10001011 100001 100011

Color Harmonies of #3C784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C784F

Black with #3C784F

Text Example


Text Example

White with #3C784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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